Uses of Class
org.apache.fontbox.ttf.GlyphData
-
Packages that use GlyphData Package Description org.apache.fontbox.ttf This package contains classes to parse a TTF file. -
-
Uses of GlyphData in org.apache.fontbox.ttf
Fields in org.apache.fontbox.ttf declared as GlyphData Modifier and Type Field Description private GlyphData[]GlyphTable. glyphsMethods in org.apache.fontbox.ttf that return GlyphData Modifier and Type Method Description GlyphDataGlyphTable. getGlyph(int gid)Returns the data for the glyph with the given GID.(package private) GlyphDataGlyphTable. getGlyph(int gid, int level)private GlyphDataGlyphTable. getGlyphData(int gid, int level)Methods in org.apache.fontbox.ttf with parameters of type GlyphData Modifier and Type Method Description voidGlyphTable. setGlyphs(GlyphData[] glyphsValue)
-