Uses of Class
org.apache.fontbox.ttf.GlyphData

Packages that use GlyphData
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
 GlyphData[] GlyphTable.getGlyphs()
           
 

Methods in org.apache.fontbox.ttf with parameters of type GlyphData
 void GlyphTable.setGlyphs(GlyphData[] glyphsValue)