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 protected
GlyphSlot(_FTNI paramFtni, FTGlyphSlot paramGlyphSlot)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GlyphMetrics
getGlyphMetrics()
FTGlyphSlot
getGlyphSlot()
long
getLinearHoriAdvance()
Outline
getOutline()
void
renderGlyph(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
-
-