|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.fontbox.ttf.TTFTable
org.fontbox.ttf.GlyphTable
public class GlyphTable
A table in a true type font.
Field Summary | |
---|---|
static java.lang.String |
TAG
Tag to identify this table. |
Constructor Summary | |
---|---|
GlyphTable()
|
Method Summary | |
---|---|
GlyphData[] |
getGlyphs()
|
void |
initData(TrueTypeFont ttf,
TTFDataStream data)
This will read the required data from the stream. |
void |
setGlyphs(GlyphData[] glyphsValue)
|
Methods inherited from class org.fontbox.ttf.TTFTable |
---|
getCheckSum, getLength, getOffset, getTag, setCheckSum, setLength, setOffset, setTag |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String TAG
Constructor Detail |
---|
public GlyphTable()
Method Detail |
---|
public void initData(TrueTypeFont ttf, TTFDataStream data) throws java.io.IOException
initData
in class TTFTable
ttf
- The font that is being read.data
- The stream to read the data from.
java.io.IOException
- If there is an error reading the data.public GlyphData[] getGlyphs()
public void setGlyphs(GlyphData[] glyphsValue)
glyphsValue
- The glyphs to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |