public final class TTFTableName
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static TTFTableName |
CMAP
Character to glyph mapping.
|
static TTFTableName |
CVT
Control Value Table.
|
static TTFTableName |
EBDT
Embedded bitmap data.
|
static TTFTableName |
EBLC
Embedded bitmap location data.
|
static TTFTableName |
EBSC
Embedded bitmap scaling data.
|
static TTFTableName |
FFTM
A FontForge specific table.
|
static TTFTableName |
FPGM
Font program.
|
static TTFTableName |
GASP
Grid-fitting and scan conversion procedure (grayscale).
|
static TTFTableName |
GDEF
Divides glyphs into various classes that make using the GPOS/GSUB tables easier.
|
static TTFTableName |
GLYF
Glyph data.
|
static TTFTableName |
GPOS
Provides kerning information, mark-to-base, etc.
|
static TTFTableName |
GSUB
Provides ligature information, swash, etc.
|
static TTFTableName |
HDMX
Horizontal device metrics.
|
static TTFTableName |
HEAD
Font header.
|
static TTFTableName |
HHEA
Horizontal header.
|
static TTFTableName |
HMTX
Horizontal metrics.
|
static TTFTableName |
KERN
Kerning.
|
static TTFTableName |
LOCA
Index to location.
|
static TTFTableName |
LTSH
Linear threshold table.
|
static TTFTableName |
MAXP
Maximum profile.
|
static TTFTableName |
NAME
Naming table.
|
static TTFTableName |
OS2
OS/2 and Windows specific metrics.
|
static TTFTableName |
PCLT
PCL 5 data.
|
static TTFTableName |
POST
PostScript information.
|
static TTFTableName |
PREP
CVT Program.
|
static TTFTableName |
TABLE_DIRECTORY
The first table in a TrueType font file containing metadata about other tables.
|
static TTFTableName |
VDMX
Vertical Device Metrics table.
|
static TTFTableName |
VHEA
Vertical Metrics header.
|
static TTFTableName |
VMTX
Vertical Metrics.
|
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 EBDT
public static final TTFTableName EBLC
public static final TTFTableName EBSC
public static final TTFTableName FFTM
public static final TTFTableName GDEF
public static final TTFTableName GPOS
public static final TTFTableName GSUB
public static final TTFTableName LTSH
public static final TTFTableName OS2
public static final TTFTableName PCLT
public static final TTFTableName VDMX
public static final TTFTableName CMAP
public static final TTFTableName CVT
public static final TTFTableName FPGM
public static final TTFTableName GASP
public static final TTFTableName GLYF
public static final TTFTableName HDMX
public static final TTFTableName HEAD
public static final TTFTableName HHEA
public static final TTFTableName HMTX
public static final TTFTableName KERN
public static final TTFTableName LOCA
public static final TTFTableName MAXP
public static final TTFTableName NAME
public static final TTFTableName POST
public static final TTFTableName PREP
public static final TTFTableName VHEA
public static final TTFTableName VMTX
public java.lang.String getName()
public static TTFTableName getValue(java.lang.String tableName)
tableName
- table name as in the Table Directorypublic int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.