|
||||||||||
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.NamingTable
public class NamingTable
A table in a true type font.
Field Summary | |
---|---|
static java.lang.String |
TAG
A tag that identifies this table type. |
Constructor Summary | |
---|---|
NamingTable()
|
Method Summary | |
---|---|
java.util.List |
getNameRecords()
This will get the name records for this naming table. |
void |
initData(TrueTypeFont ttf,
TTFDataStream data)
This will read the required data from the stream. |
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 NamingTable()
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 java.util.List getNameRecords()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |