Uses of Interface
org.apache.fontbox.ttf.GlyphDescription

Packages that use GlyphDescription
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
 class GlyfCompositeDescript
          Glyph description for composite glyphs.
 class GlyfDescript
          This class is based on code from Apache Batik a subproject of Apache XMLGraphics.
 class GlyfSimpleDescript
          This class is based on code from Apache Batik a subproject of Apache XMLGraphics.
 

Methods in org.apache.fontbox.ttf that return GlyphDescription
 GlyphDescription GlyphData.getDescription()
          Returns the description of the glyph.
 

Constructors in org.apache.fontbox.ttf with parameters of type GlyphDescription
Glyph2D(GlyphDescription gd, short lsb, int advance)
          Constructor.