org.apache.fontbox.ttf
public class NamingTable extends TTFTable
Version: $Revision: 1.1 $
Field Summary | |
---|---|
static String | TAG
A tag that identifies this table type. |
Method Summary | |
---|---|
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.
|
Returns: A list of NameRecord objects.
Parameters: ttf The font that is being read. data The stream to read the data from.
Throws: IOException If there is an error reading the data.