class FTFontStrike extends PrismFontStrike<FTFontFile>
| Modifier and Type | Field and Description |
|---|---|
(package private) FT_Matrix |
matrix |
drawShapes| Modifier | Constructor and Description |
|---|---|
protected |
FTFontStrike(FTFontFile fontResource,
float size,
BaseTransform tx,
int aaMode,
FontStrikeDesc desc) |
| Modifier and Type | Method and Description |
|---|---|
protected DisposerRecord |
createDisposer(FontStrikeDesc desc) |
protected Glyph |
createGlyph(int glyphCode) |
protected Path2D |
createGlyphOutline(int glyphCode) |
(package private) void |
initGlyph(FTGlyph glyph) |
clearDesc, drawAsShapes, equals, getAAMode, getCharAdvance, getFontResource, getGlyph, getGlyph, getMetrics, getOutline, getQuantizedPosition, getSize, getTransform, hashCode, toStringFT_Matrix matrix
protected FTFontStrike(FTFontFile fontResource, float size, BaseTransform tx, int aaMode, FontStrikeDesc desc)
protected DisposerRecord createDisposer(FontStrikeDesc desc)
createDisposer in class PrismFontStrike<FTFontFile>protected Glyph createGlyph(int glyphCode)
createGlyph in class PrismFontStrike<FTFontFile>protected Path2D createGlyphOutline(int glyphCode)
createGlyphOutline in class PrismFontStrike<FTFontFile>void initGlyph(FTGlyph glyph)