public class NamingTable extends TTFTable
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
TAG |
A tag that identifies this table type.
|
initialized
Constructor | Description |
---|---|
NamingTable() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getFontFamily() |
Returns the font family name.
|
java.lang.String |
getFontSubFamily() |
Returns the font sub family name.
|
java.util.List<NameRecord> |
getNameRecords() |
This will get the name records for this naming table.
|
java.lang.String |
getPSName() |
Returns the postscript name.
|
void |
initData(TrueTypeFont ttf,
TTFDataStream data) |
This will read the required data from the stream.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCheckSum, getInitialized, 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()
public java.lang.String getFontFamily()
public java.lang.String getFontSubFamily()
public java.lang.String getPSName()
Copyright © 2008–2018. All rights reserved.