public class GlyphTable extends TTFTable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TAG
Tag to identify this table.
|
Constructor and Description |
---|
GlyphTable() |
Modifier and Type | Method and Description |
---|---|
GlyphData[] |
getGlyphs() |
void |
initData(TrueTypeFont ttf,
TTFDataStream data)
This will read the required data from the stream.
|
void |
setGlyphs(GlyphData[] glyphsValue) |
getCheckSum, getLength, getOffset, getTag, setCheckSum, setLength, setOffset, setTag
public 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.