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
Methods in org.apache.fontbox.ttf that return GlyphData Modifier and Type Method Description GlyphData
GlyphTable. getGlyph(int gid)
Returns the data for the glyph with the given GID.GlyphData[]
GlyphTable. getGlyphs()
Deprecated.useGlyphTable.getGlyph(int)
instead.Methods in org.apache.fontbox.ttf with parameters of type GlyphData Modifier and Type Method Description void
GlyphTable. setGlyphs(GlyphData[] glyphsValue)
-