Maven module :un.storage : font-ttf :
Class : un.storage.font.ttf.table.TTFNameTable
Extends/Implements : un.storage.font.ttf.TTFTable
Subclasses : -

TTF Specification :
The name table(tag name: 'name') allows you to include human-readable
names for features and settings, copyright notices, font names,
style names, and other information related to your font.

@author Johann Sorel


Variables : format, count, stringOffset, nameRecord, namesbuffer
Functions : TTFNameTable, readData, toString



UInt16 : Format selector. Set to 0. */
public int format


UInt16 : The number of nameRecords in this name table.*/
public int count


UInt16 : Offset in bytes to the beginning of the name character strings.*/
public int stringOffset


NameRecord Array : The name records array.*/
public NamedRecord[] nameRecord


variable : character strings The character strings of the names.
Note that these are not necessarily ASCII!*/
public byte[] namesbuffer


public void TTFNameTable (TrueTypeFont font)

public void readData (DataInputStream ds)

public String toString ()