Maven module :un.storage : font-ttf :
Class :
un.storage.font.ttf.table.TTFNameTable
Extends/Implements :
un.storage.font.ttf.TTFTable
Subclasses : -
Variables :
format,
count,
stringOffset,
nameRecord,
namesbuffer
Functions :
TTFNameTable,
readData,
toString
public int
format
public int
count
public int
stringOffset
public NamedRecord[]
nameRecord
public byte[]
namesbuffer
public void
TTFNameTable (TrueTypeFont font)
public void
readData (DataInputStream ds)
public String
toString ()
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