Package | Description |
---|---|
org.apache.fontbox.ttf |
This package contains classes to parse a TTF file.
|
Modifier and Type | Method and Description |
---|---|
GlyphData |
GlyphTable.getGlyph(int gid)
Returns the data for the glyph with the given GID.
|
GlyphData[] |
GlyphTable.getGlyphs()
Returns all glyphs.
|
Modifier and Type | Method and Description |
---|---|
void |
GlyphTable.setGlyphs(GlyphData[] glyphsValue) |
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.