public class NamingTable extends TTFTable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TAG
A tag that identifies this table type.
|
Constructor and Description |
---|
NamingTable() |
Modifier and Type | Method and Description |
---|---|
java.util.List<NameRecord> |
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.
|
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 java.util.List<NameRecord> getNameRecords()