Uses of Class
org.apache.fontbox.ttf.GlyphTable
-
Packages that use GlyphTable Package Description org.apache.fontbox.ttf This package contains classes to parse a TTF file. -
-
Uses of GlyphTable in org.apache.fontbox.ttf
Fields in org.apache.fontbox.ttf declared as GlyphTable Modifier and Type Field Description private GlyphTableGlyfCompositeDescript. glyphTableMethods in org.apache.fontbox.ttf that return GlyphTable Modifier and Type Method Description GlyphTableOpenTypeFont. getGlyph()GlyphTableTrueTypeFont. getGlyph()Get the glyf table for this TTF.Methods in org.apache.fontbox.ttf with parameters of type GlyphTable Modifier and Type Method Description (package private) voidGlyphData. initData(GlyphTable glyphTable, TTFDataStream data, int leftSideBearing, int level)This will read the required data from the stream.Constructors in org.apache.fontbox.ttf with parameters of type GlyphTable Constructor Description GlyfCompositeDescript(TTFDataStream bais, GlyphTable glyphTable, int level)Constructor.
-