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()
Deprecated.
use
GlyphTable.getGlyph(int) instead. This will be removed in 3.0. If you need this
method, please create an issue in JIRA. |
Modifier and Type | Method and Description |
---|---|
void |
GlyphTable.setGlyphs(GlyphData[] glyphsValue) |
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.