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