public class GlyphTable extends TTFTable
| Modifier and Type | Field and Description |
|---|---|
static String |
TAG
Tag to identify this table.
|
initialized| 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, getInitialized, getLength, getOffset, getTag, setCheckSum, setLength, setOffset, setTagpublic static final String TAG
public void initData(TrueTypeFont ttf, TTFDataStream data) throws IOException
initData in class TTFTablettf - The font that is being read.data - The stream to read the data from.IOException - If there is an error reading the data.public GlyphData[] getGlyphs()
public void setGlyphs(GlyphData[] glyphsValue)
glyphsValue - The glyphs to set.Copyright © 2008-2015 The Apache Software Foundation. All Rights Reserved.