Uses of Interface
org.apache.fontbox.ttf.GlyphDescription
- 
Packages that use GlyphDescription Package Description org.apache.fontbox.ttf This package contains classes to parse a TTF file. - 
- 
Uses of GlyphDescription in org.apache.fontbox.ttf
Classes in org.apache.fontbox.ttf that implement GlyphDescription Modifier and Type Class Description classGlyfCompositeDescriptGlyph description for composite glyphs.classGlyfDescriptThis class is based on code from Apache Batik a subproject of Apache XMLGraphics.classGlyfSimpleDescriptThis class is based on code from Apache Batik a subproject of Apache XMLGraphics.Methods in org.apache.fontbox.ttf that return GlyphDescription Modifier and Type Method Description GlyphDescriptionGlyphData. getDescription()Returns the description of the glyph.Constructors in org.apache.fontbox.ttf with parameters of type GlyphDescription Constructor Description Glyph2D(GlyphDescription gd, short lsb, int advance)Constructor. 
 -