|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XtfGlyphName | |
|---|---|
| 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 XtfGlyphName in org.extex.font.format.xtf.tables |
|---|
| Classes in org.extex.font.format.xtf.tables that implement XtfGlyphName | |
|---|---|
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' ... |
| Uses of XtfGlyphName in org.extex.font.format.xtf.tables.gps |
|---|
| Classes in org.extex.font.format.xtf.tables.gps that implement XtfGlyphName | |
|---|---|
class |
AbstractXtfSFLTable
Abstract class for the GSUB and GPOS table. |
class |
OtfTableGPOS
Table gpos. |
class |
OtfTableGSUB
Glyph substitution (GSUB). |
| Fields in org.extex.font.format.xtf.tables.gps declared as XtfGlyphName | |
|---|---|
protected XtfGlyphName |
ClassDefTable.xtfGlyph
The glyph names. |
| Methods in org.extex.font.format.xtf.tables.gps that return XtfGlyphName | |
|---|---|
XtfGlyphName |
XtfCoverage.getXtfGlyph()
Getter for xtfGlyph. |
XtfGlyphName |
XtfLookupTable.getXtfGlyph()
Getter for xtfGlyph. |
| Methods in org.extex.font.format.xtf.tables.gps with parameters of type XtfGlyphName | |
|---|---|
static XtfGPOSPairTable |
XtfGPOSPairTable.newInstance(RandomAccessR rar,
int posOffset,
int offset,
XtfGlyphName xtfGlyp)
Create a new Instance. |
static XtfGPOSSingleTable |
XtfGPOSSingleTable.newInstance(RandomAccessR rar,
int posOffset,
int offset,
XtfGlyphName xtfGlyp)
Create a new Instance. |
static XtfGSUBSingleTable |
XtfGSUBSingleTable.newInstance(RandomAccessR rar,
int offset,
XtfGlyphName xtfGlyph)
Create a new Instance. |
static XtfGSUBChainingTable |
XtfGSUBChainingTable.newInstance(RandomAccessR rar,
int offset,
XtfGlyphName xtfGlyph)
Create a new Instance. |
static XtfGSUBAlternateTable |
XtfGSUBAlternateTable.newInstance(RandomAccessR rar,
int offset,
XtfGlyphName xtfGlyph)
Create a new Instance. |
static XtfGSUBLigatureTable |
XtfGSUBLigatureTable.newInstance(RandomAccessR rar,
int offset,
XtfGlyphName xtfGlyph)
Create a new instance. |
static XtfGPOSMarkToBaseTable |
XtfGPOSMarkToBaseTable.newInstance(RandomAccessR rar,
int offset,
XtfGlyphName xtfGlyp)
Create a new Instance. |
static XtfGSUBMultipleTable |
XtfGSUBMultipleTable.newInstance(RandomAccessR rar,
int offset,
XtfGlyphName xtfGlyph)
Create a new Instance. |
static XtfGPOSCursiveTable |
XtfGPOSCursiveTable.newInstance(RandomAccessR rar,
int offset,
XtfGlyphName xtfGlyp)
Create a new Instance. |
static XtfGSUBContextTable |
XtfGSUBContextTable.newInstance(RandomAccessR rar,
int offset,
XtfGlyphName xtfGlyph)
Create a new Instance. |
static ClassDefTable |
ClassDefTable.newInstance(RandomAccessR rar,
XtfGlyphName xtfGlyph,
int defNr)
Returns a new instance of the ClassDefTable. |
XtfLookupTable |
OtfTableGPOS.read(RandomAccessR rar,
int posOffset,
int type,
int offset,
XtfGlyphName xtfGlyph)
Read the LookupTable or null, if not found. |
XtfLookupTable |
OtfTableGSUB.read(RandomAccessR rar,
int posOffset,
int type,
int offset,
XtfGlyphName xtfGlyph)
Read the LookupTable or null, if not found. |
XtfLookupTable |
LookupTableFactory.read(RandomAccessR rar,
int posOffset,
int type,
int offset,
XtfGlyphName xtfGlyph)
Read the LookupTable or null, if not found. |
| Constructors in org.extex.font.format.xtf.tables.gps with parameters of type XtfGlyphName | |
|---|---|
Class1Record(RandomAccessR rar,
int posOffset,
int class2Count,
XtfGlyphName xtfGlyph,
int idx,
int valueFormat1,
int valueFormat2)
Creates a new object. |
|
Class2Record(RandomAccessR rar,
int posOffset,
XtfGlyphName xtfGlyph,
int idx,
int valueFormat1,
int valueFormat2)
Creates a new object. |
|
ClassDefTable.ClassDef1Table(RandomAccessR rar,
XtfGlyphName xtfGlyph,
int classformat,
int defNr)
Creates a new object. |
|
ClassDefTable.ClassDef2Table(RandomAccessR rar,
XtfGlyphName xtfGlyph,
int classformat,
int defNr)
Creates a new object. |
|
PairSetTable(RandomAccessR rar,
int posOffset,
int offset,
XtfGlyphName xtfGlyph,
int idx,
int valueFormat1,
int valueFormat2)
Creates a new object. |
|
PairValueRecord(RandomAccessR rar,
int posOffset,
XtfGlyphName xtfGlyph,
int idx,
int valueFormat1,
int valueFormat2)
Creates a new object. |
|
ValueRecord(RandomAccessR rar,
int posOffset,
XtfGlyphName xtfGlyph,
int valueFormat)
Creates a new object. |
|
XtfGSUBAlternateTable.XtfGSUBAlternateTable1(RandomAccessR rar,
int offset,
XtfGlyphName xtfGlyph)
Creates a new object. |
|
XtfLookup(RandomAccessR rar,
int posOffset,
int offset,
LookupTableFactory lookupFactory,
int index,
XtfGlyphName xtfGlyph)
Create a new object |
|
XtfLookupList(RandomAccessR rar,
int posOffset,
int offset,
LookupTableFactory lookupFactory,
XtfGlyphName xtfGlyph)
Create a new object |
|
XtfLookupTable(int f,
XtfGlyphName xtfGlyph)
Create a new object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||