|
fop 1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TTFTableName | |
---|---|
org.apache.fop.fonts.truetype | Classes for TrueType fonts. |
Uses of TTFTableName in org.apache.fop.fonts.truetype |
---|
Fields in org.apache.fop.fonts.truetype declared as TTFTableName | |
---|---|
static TTFTableName |
TTFTableName.CMAP
Character to glyph mapping. |
static TTFTableName |
TTFTableName.CVT
Control Value Table. |
static TTFTableName |
TTFTableName.EBDT
Embedded bitmap data. |
static TTFTableName |
TTFTableName.EBLC
Embedded bitmap location data. |
static TTFTableName |
TTFTableName.EBSC
Embedded bitmap scaling data. |
static TTFTableName |
TTFTableName.FFTM
A FontForge specific table. |
static TTFTableName |
TTFTableName.FPGM
Font program. |
static TTFTableName |
TTFTableName.GASP
Grid-fitting and scan conversion procedure (grayscale). |
static TTFTableName |
TTFTableName.GDEF
Divides glyphs into various classes that make using the GPOS/GSUB tables easier. |
static TTFTableName |
TTFTableName.GLYF
Glyph data. |
static TTFTableName |
TTFTableName.GPOS
Provides kerning information, mark-to-base, etc. |
static TTFTableName |
TTFTableName.GSUB
Provides ligature information, swash, etc. |
static TTFTableName |
TTFTableName.HDMX
Horizontal device metrics. |
static TTFTableName |
TTFTableName.HEAD
Font header. |
static TTFTableName |
TTFTableName.HHEA
Horizontal header. |
static TTFTableName |
TTFTableName.HMTX
Horizontal metrics. |
static TTFTableName |
TTFTableName.KERN
Kerning. |
static TTFTableName |
TTFTableName.LOCA
Index to location. |
static TTFTableName |
TTFTableName.LTSH
Linear threshold table. |
static TTFTableName |
TTFTableName.MAXP
Maximum profile. |
static TTFTableName |
TTFTableName.NAME
Naming table. |
static TTFTableName |
TTFTableName.OS2
OS/2 and Windows specific metrics. |
static TTFTableName |
TTFTableName.PCLT
PCL 5 data. |
static TTFTableName |
TTFTableName.POST
PostScript information. |
static TTFTableName |
TTFTableName.PREP
CVT Program. |
static TTFTableName |
TTFTableName.TABLE_DIRECTORY
The first table in a TrueType font file containing metadata about other tables. |
static TTFTableName |
TTFTableName.VDMX
Vertical Device Metrics table. |
static TTFTableName |
TTFTableName.VHEA
Vertical Metrics header. |
static TTFTableName |
TTFTableName.VMTX
Vertical Metrics. |
Fields in org.apache.fop.fonts.truetype with type parameters of type TTFTableName | |
---|---|
protected java.util.Map<TTFTableName,TTFDirTabEntry> |
TTFFile.dirTabs
Table directory |
Methods in org.apache.fop.fonts.truetype that return TTFTableName | |
---|---|
static TTFTableName |
TTFTableName.getValue(java.lang.String tableName)
Returns an instance of this class corresponding to the given string representation. |
Methods in org.apache.fop.fonts.truetype with parameters of type TTFTableName | |
---|---|
TTFDirTabEntry |
TTFFile.getDirectoryEntry(TTFTableName name)
Obtain directory table entry. |
boolean |
TTFFile.seekTab(FontFileReader in,
TTFTableName tableName,
long offset)
Position inputstream to position indicated in the dirtab offset + offset |
|
fop 1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |