de.intarsys.cwt.freetype
Class GlyphSlot

java.lang.Object
  extended by de.intarsys.cwt.freetype.GlyphSlot

public class GlyphSlot
extends java.lang.Object


Constructor Summary
protected GlyphSlot(_FTNI paramFtni, FTGlyphSlot paramGlyphSlot)
           
 
Method Summary
 GlyphMetrics getGlyphMetrics()
           
 FTGlyphSlot getGlyphSlot()
           
 long getLinearHoriAdvance()
           
 Outline getOutline()
           
 void renderGlyph(int flags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlyphSlot

protected GlyphSlot(_FTNI paramFtni,
                    FTGlyphSlot paramGlyphSlot)
Method Detail

getGlyphMetrics

public GlyphMetrics getGlyphMetrics()

getGlyphSlot

public FTGlyphSlot getGlyphSlot()

getLinearHoriAdvance

public long getLinearHoriAdvance()

getOutline

public Outline getOutline()

renderGlyph

public void renderGlyph(int flags)
                 throws FreetypeException
Throws:
FreetypeException