|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XtfTable | |
|---|---|
| org.extex.font.format.xtf | This package contains the definitions and implementations for the TTF/OTF font handling in ExTeX. |
| org.extex.font.format.xtf.tables | |
| org.extex.font.format.xtf.tables.gps | This package contains the definitions and implementations for the TTF/OTF font table GSUB and GPOS. |
| Uses of XtfTable in org.extex.font.format.xtf |
|---|
| Methods in org.extex.font.format.xtf that return XtfTable | |
|---|---|
XtfTable |
XtfReader.getTable(int tabletype)
Return the table with the special type. |
| Uses of XtfTable in org.extex.font.format.xtf.tables |
|---|
| Classes in org.extex.font.format.xtf.tables that implement XtfTable | |
|---|---|
class |
AbstractXtfTable
Abstract class for all TTF/OTF tables. |
class |
OtfTableACNT
The 'ACNT' ... |
class |
OtfTableAVAR
The 'AVAR' ... |
class |
OtfTableBASE
The Baseline table (BASE) provides information used to align glyphs of different scripts and sizes in a line of text, whether the glyphs are in the same font or in different fonts. |
class |
OtfTableBDAT
The 'BDAT' ... |
class |
OtfTableBLOC
The 'BLOC' ... |
class |
OtfTableBSLN
The 'BSLN' ... |
class |
OtfTableCFF
The 'CFF' - PostScript font program. |
class |
OtfTableCVAR
The 'CVAR' ... |
class |
OtfTableDSIG
The 'DSIG' ... |
class |
OtfTableFDSC
The 'FDSC' ... |
class |
OtfTableFEAT
The 'FEAT' ... |
class |
OtfTableFMTX
The 'FMTX' ... |
class |
OtfTableFVAR
The 'FVAR' ... |
class |
OtfTableGDEF
The 'GDEF' ... |
class |
OtfTableGVAR
The 'GVAR' ... |
class |
OtfTableJSTF
The 'JSTF' ... |
class |
OtfTableJUST
The 'JUST' ... |
class |
OtfTableLCAR
The 'LCAR' ... |
class |
OtfTableMMFX
The 'MMFX' |
class |
OtfTableMMSD
The 'MMSD' ... |
class |
OtfTableMORT
The 'MORT' ... |
class |
OtfTablePROP
The 'PROP' ... |
class |
OtfTableTRAK
The 'TRAK' ... |
class |
OtfTableTYP1
The 'TYP1' ... |
class |
TtfTableCMAP
The 'cmap' table maps character codes to glyph indices. |
class |
TtfTableCVT
The 'cvt ' table is optional. |
class |
TtfTableEBDT
The 'EBDT' ... |
class |
TtfTableEBLC
The 'EBLC' ... |
class |
TtfTableEBSC
The 'EBSC' ... |
class |
TtfTableFPGM
The table 'fpgm' (BaseFont Program). |
class |
TtfTableGASP
The table 'gasp'. |
class |
TtfTableGLYF
The 'glyf' table contains the data that defines the appearance of the glyphs in the font. |
class |
TtfTableHDMX
The table 'hdmx' (Horizontal Device Metrics). |
class |
TtfTableHEAD
The 'head' table contains global information about the font. |
class |
TtfTableHHEA
The 'hhea' table contains information needed to layout fonts whose characters are written horizontally, that is, either left to right or right to left. |
class |
TtfTableHMTX
The 'hmtx' table contains metric information for the horizontal layout each of the glyphs in the font. |
class |
TtfTableKERN
The 'kern' table contains the values that adjust the intercharacter spacing for glyphs in a font. |
class |
TtfTableLOCA
The 'loca' table stores the offsets to the locations of the glyphs in the font relative to the beginning of the 'glyf' table. |
class |
TtfTableLTSH
The table 'LTSH' (The Linear Threshold Table). |
class |
TtfTableMAXP
The 'maxp' table establishes the memory requirements for a font. |
class |
TtfTableNAME
The name table(tag name: 'name') allows you to include human-readable names for features and settings, copyright notices, font names, style names, and other information related to your font. |
class |
TtfTableOS2
The 'OS/2' table consists of a set of metrics that are required by OS/2 and Windows. |
class |
TtfTablePCLT
The 'PCLT' ... |
class |
TtfTablePOST
The 'post' table contains information needed to use a TrueType font on a PostScript printer. |
class |
TtfTablePREP
The 'prep' table stores the instructions that make up the control value program, a set of TrueType instructions that will be executed once when the font is first accessed and again whenever the font, point size or transformation matrix change. |
class |
TtfTableVDMX
The 'VDMX' ... |
class |
TtfTableVHEA
The 'VHEA' ... |
class |
TtfTableVMTX
The 'VMTX' ... |
| Methods in org.extex.font.format.xtf.tables that return XtfTable | |
|---|---|
XtfTable |
XtfTableMap.get(int key)
Returns the table. |
XtfTable[] |
XtfTableMap.getTables()
Returns a TTFTable array from the map. |
| Methods in org.extex.font.format.xtf.tables with parameters of type XtfTable | |
|---|---|
void |
XtfTableMap.put(int key,
XtfTable table)
Store a table. |
| Uses of XtfTable in org.extex.font.format.xtf.tables.gps |
|---|
| Classes in org.extex.font.format.xtf.tables.gps that implement XtfTable | |
|---|---|
class |
AbstractXtfSFLTable
Abstract class for the GSUB and GPOS table. |
class |
OtfTableGPOS
Table gpos. |
class |
OtfTableGSUB
Glyph substitution (GSUB). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||