Package de.intarsys.cwt.freetype
Class GlyphSlot
- java.lang.Object
-
- de.intarsys.cwt.freetype.GlyphSlot
-
public class GlyphSlot extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedGlyphSlot(_FTNI paramFtni, FTGlyphSlot paramGlyphSlot)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GlyphMetricsgetGlyphMetrics()FTGlyphSlotgetGlyphSlot()longgetLinearHoriAdvance()OutlinegetOutline()voidrenderGlyph(int flags)
-
-
-
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
-
-