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 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 Modifier and Type Method Description GlyphDescription
GlyphData. 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.
-