|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.fontbox.ttf.TTFTable
org.apache.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.apache.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 TTFTablettf - 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 | |||||||||