Uses of Package
org.extex.font.format.xtf.tables

Packages that use org.extex.font.format.xtf.tables
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.cff This package contains the definitions and implementations for the TTF/OTF font CFF. 
org.extex.font.format.xtf.tables.gps This package contains the definitions and implementations for the TTF/OTF font table GSUB and GPOS. 
 

Classes in org.extex.font.format.xtf.tables used by org.extex.font.format.xtf
TtfTableCMAP
          The 'cmap' table maps character codes to glyph indices.
TtfTableHEAD
          The 'head' table contains global information about the font.
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.
TtfTableHMTX
          The 'hmtx' table contains metric information for the horizontal layout each of the glyphs in the font.
TtfTableLOCA
          The 'loca' table stores the offsets to the locations of the glyphs in the font relative to the beginning of the 'glyf' table.
TtfTableMAXP
          The 'maxp' table establishes the memory requirements for a font.
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.
TtfTableOS2
          The 'OS/2' table consists of a set of metrics that are required by OS/2 and Windows.
TtfTablePOST
          The 'post' table contains information needed to use a TrueType font on a PostScript printer.
XtfBoundingBox
          Bounding box.
XtfGlyph
          An individual glyph.
XtfTable
          Interface for all TTF/OTF table.
XtfTableDirectory
          Class for a TTF/OTF TableDirectory.
 

Classes in org.extex.font.format.xtf.tables used by org.extex.font.format.xtf.tables
AbstractXtfTable
          Abstract class for all TTF/OTF tables.
OtfTableBASE.Axis
          Axis (vertical or horizontal) TypeNameDescription Offset BaseTagList Offset to BaseTagList table-from beginning of Axis table-may be NULL Offset BaseScriptList Offset to BaseScriptList table-from beginning of Axis table
OtfTableBASE.BaseTagList
          The BaseTagList table identifies the baselines for all scripts in the font that are rendered in the same text direction.
TtfTableCMAP.Format
          Abstract class for all formats.
TtfTableCMAP.IndexEntry
          cmap index entry.
TtfTableGASP.GaspRange
          GaspRange
TtfTableGLYF
          The 'glyf' table contains the data that defines the appearance of the glyphs in the font.
TtfTableGLYF.CompositeComp
          Composite comp
TtfTableGLYF.Descript
          Simple Glyph Description.
TtfTableHDMX.DeviceRecord
          the device record
TtfTableKERN.KerningPair
          KerningPair
TtfTableKERN.KernSubtable
          Abstract class for all kerntables
TtfTableNAME.NameRecord
          NameRecord.
TtfTableOS2.Panose
          panose.
XtfGlyph.Point
          Points.
XtfGlyphName
          Interface, to get the glyph name.
XtfTable
          Interface for all TTF/OTF table.
XtfTableDirectory.Entry
          Class for a TTF TableDirectory-Entry.
XtfTableMap
          Map for a TTF/OTF table.
 

Classes in org.extex.font.format.xtf.tables used by org.extex.font.format.xtf.tables.cff
OtfTableCFF
          The 'CFF' - PostScript font program.
 

Classes in org.extex.font.format.xtf.tables used by org.extex.font.format.xtf.tables.gps
AbstractXtfTable
          Abstract class for all TTF/OTF tables.
RangeRecord
          Class for a range record.
XtfGlyphName
          Interface, to get the glyph name.
XtfTable
          Interface for all TTF/OTF table.
XtfTableDirectory.Entry
          Class for a TTF TableDirectory-Entry.
XtfTableMap
          Map for a TTF/OTF table.