public class GlyphTable extends TTFTable
Modifier and Type | Field and Description |
---|---|
static String |
TAG
Tag to identify this table.
|
font, initialized
Modifier and Type | Method and Description |
---|---|
GlyphData |
getGlyph(int gid)
Returns the data for the glyph with the given GID.
|
GlyphData[] |
getGlyphs()
Deprecated.
use
getGlyph(int) instead. This will be removed in 3.0. If you need this
method, please create an issue in JIRA. |
void |
setGlyphs(GlyphData[] glyphsValue) |
getCheckSum, getInitialized, getLength, getOffset, getTag
public static final String TAG
@Deprecated public GlyphData[] getGlyphs() throws IOException
getGlyph(int)
instead. This will be removed in 3.0. If you need this
method, please create an issue in JIRA.IOException
- If there is an error reading the data.public void setGlyphs(GlyphData[] glyphsValue)
glyphsValue
- The glyphs to set.public GlyphData getGlyph(int gid) throws IOException
gid
- GIDIOException
- if the font cannot be readCopyright © 2002–2023 The Apache Software Foundation. All rights reserved.