Package | Description |
---|---|
org.apache.fontbox.ttf |
This package contains classes to parse a TTF file.
|
Modifier and Type | Field and Description |
---|---|
private GlyphData[] |
GlyphTable.glyphs |
Modifier and Type | Method and Description |
---|---|
GlyphData |
GlyphTable.getGlyph(int gid)
Returns the data for the glyph with the given GID.
|
private GlyphData |
GlyphTable.getGlyphData(int gid) |
GlyphData[] |
GlyphTable.getGlyphs()
Returns all glyphs.
|
Modifier and Type | Method and Description |
---|---|
void |
GlyphTable.setGlyphs(GlyphData[] glyphsValue) |