|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.fontbox.ttf.TTFTable
org.apache.fontbox.ttf.NamingTable
public class NamingTable
A table in a true type font.
| Field Summary | |
|---|---|
static String |
TAG
A tag that identifies this table type. |
| Fields inherited from class org.apache.fontbox.ttf.TTFTable |
|---|
initialized |
| Constructor Summary | |
|---|---|
NamingTable()
|
|
| Method Summary | |
|---|---|
String |
getFontFamily()
Returns the font family name. |
String |
getFontSubFamily()
Returns the font sub family name. |
List<NameRecord> |
getNameRecords()
This will get the name records for this naming table. |
String |
getPSName()
Returns the postscript name. |
void |
initData(TrueTypeFont ttf,
TTFDataStream data)
This will read the required data from the stream. |
| Methods inherited from class org.apache.fontbox.ttf.TTFTable |
|---|
getCheckSum, getInitialized, getLength, getOffset, getTag, setCheckSum, setLength, setOffset, setTag |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String TAG
| Constructor Detail |
|---|
public NamingTable()
| Method Detail |
|---|
public void initData(TrueTypeFont ttf,
TTFDataStream data)
throws IOException
initData in class TTFTablettf - The font that is being read.data - The stream to read the data from.
IOException - If there is an error reading the data.public List<NameRecord> getNameRecords()
public String getFontFamily()
public String getFontSubFamily()
public String getPSName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||