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. glyphs
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.private GlyphData
GlyphTable. getGlyphData(int gid)
GlyphData[]
GlyphTable. getGlyphs()
Returns all glyphs.Methods in org.apache.fontbox.ttf with parameters of type GlyphData Modifier and Type Method Description void
GlyphTable. setGlyphs(GlyphData[] glyphsValue)
-