public final class TTFTableName
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static TTFTableName |
NAME
Naming table.
|
static TTFTableName |
OS2
OS/2 and Windows specific metrics.
|
static TTFTableName |
TABLE_DIRECTORY
The first table in a TrueType font file containing metadata about other tables.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getName()
Returns the name of the table as it should be in the Directory Table.
|
static TTFTableName |
getValue(java.lang.String tableName)
Returns an instance of this class corresponding to the given string representation.
|
int |
hashCode() |
java.lang.String |
toString() |
public static final TTFTableName TABLE_DIRECTORY
public static final TTFTableName NAME
public static final TTFTableName OS2
public static TTFTableName getValue(java.lang.String tableName)
tableName - table name as in the Table Directorypublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getName()