Package | Description |
---|---|
org.apache.fontbox.ttf |
This package contains classes to parse a TTF file.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Field and Description |
---|---|
private GlyphDescription |
GlyphRenderer.glyphDescription |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.Integer,GlyphDescription> |
GlyfCompositeDescript.descriptions |
Modifier and Type | Method and Description |
---|---|
GlyphDescription |
GlyphData.getDescription()
Returns the description of the glyph.
|
Modifier and Type | Method and Description |
---|---|
private GlyphRenderer.Point[] |
GlyphRenderer.describe(GlyphDescription gd)
Set the points of a glyph from the GlyphDescription.
|
Constructor and Description |
---|
GlyphRenderer(GlyphDescription glyphDescription) |