public class GlyphTable extends TTFTable
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
TAG |
Tag to identify this table.
|
initialized| Constructor | Description |
|---|---|
GlyphTable() |
| Modifier and Type | Method | Description |
|---|---|---|
GlyphData[] |
getGlyphs() |
|
void |
initData(TrueTypeFont ttf,
TTFDataStream data) |
This will read the required data from the stream.
|
void |
setGlyphs(GlyphData[] glyphsValue) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCheckSum, getInitialized, getLength, getOffset, getTag, setCheckSum, setLength, setOffset, setTagpublic static final java.lang.String TAG
public void initData(TrueTypeFont ttf, TTFDataStream data) throws java.io.IOException
public GlyphData[] getGlyphs()
public void setGlyphs(GlyphData[] glyphsValue)
glyphsValue - The glyphs to set.Copyright © 2008–2018. All rights reserved.