Package | Description |
---|---|
org.apache.fop.fonts.truetype |
Classes for TrueType fonts.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<TTFTableName,TTFDirTabEntry> |
TTFFile.dirTabs
Table directory
|
Modifier and Type | Method and Description |
---|---|
static TTFTableName |
TTFTableName.getValue(java.lang.String tableName)
Returns an instance of this class corresponding to the given string representation.
|
Modifier and Type | Method and Description |
---|---|
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
|
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.