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.Fields in org.apache.fontbox.ttf declared as GlyphDescription Modifier and Type Field Description private GlyphDescription
GlyphRenderer. glyphDescription
Fields in org.apache.fontbox.ttf with type parameters of type GlyphDescription Modifier and Type Field Description private java.util.Map<java.lang.Integer,GlyphDescription>
GlyfCompositeDescript. descriptions
Methods in org.apache.fontbox.ttf that return GlyphDescription Modifier and Type Method Description GlyphDescription
GlyphData. getDescription()
Returns the description of the glyph.Methods in org.apache.fontbox.ttf with parameters of type GlyphDescription Modifier and Type Method Description private GlyphRenderer.Point[]
GlyphRenderer. describe(GlyphDescription gd)
Set the points of a glyph from the GlyphDescription.Constructors in org.apache.fontbox.ttf with parameters of type GlyphDescription Constructor Description GlyphRenderer(GlyphDescription glyphDescription)
-