Package org.foray.font.format.ttf

Classes handling the parsing and content of TrueType fonts.

See:
          Description

Class Summary
AbstractOTFLayoutTable Abstract superclass for the OpenType layout tables.
OTFCoverage Abstract superclass for coverage types.
OTFCoveragex01 A coverage using Format 1 (List of glyph indexes).
OTFCoveragex02 A coverage using Format 2 (List of glyph index ranges).
OTFFeature An OpenType layout table feature.
OTFLanguageSystem An OpenType Language System.
OTFLookupGSUB An OpenType lookup for the GSUB table.
OTFLookupGSUBSubtable Abstract superclass for all GSUB subtables.
OTFLookupGSUBx01x01 A Single Substitution Format 1 GSUB Subtable.
OTFLookupGSUBx01x02 A Single Substitution Format 2 GSUB Subtable.
OTFLookupGSUBx02x01 A Multiple Substitution Format 1 GSUB Subtable.
OTFLookupGSUBx03x01 An Alternate Substitution Format 1 GSUB Subtable.
OTFLookupGSUBx04x01 A Ligature Substitution Format 1 GSUB Subtable.
OTFLookupGSUBx05x01 A Contextual Substitution Format 1 GSUB Subtable.
OTFLookupGSUBx05x02 A Contextual Substitution Format 2 GSUB Subtable.
OTFLookupGSUBx05x03 A Contextual Substitution Format 3 GSUB Subtable.
OTFLookupGSUBx06x01 A Chaining Context Substitution Format 1 GSUB Subtable.
OTFLookupGSUBx06x02 A Chaining Context Format 2 GSUB Subtable.
OTFLookupGSUBx06x03 A Chaining Context Format 3 GSUB Subtable.
OTFLookupGSUBx07x01 An Extension Substitution Format 1 GSUB Subtable.
OTFLookupGSUBx08x01 A Reverse Chaining Contextual Single Substitution Format 1 GSUB Subtable.
OTFScript An OpenType Script.
TrueTypeCollection Class representing a TrueType Collection (TTC) file.
TrueTypeCollectionLister Tool (with command-line interface) which lists the contents of a TrueType collection (ttc) file.
TrueTypeContainer Class representing a TrueType file.
TrueTypeFont Reads a TrueType file or a TrueType Collection.
TrueTypeSingle Class representing a TrueType file containing one TrueType font.
TTCTableHeader A TTC (TrueType Collection) header.
TTFOffsetTable A TrueType or OpenType Offset Table, the very first item in the content of a font.
TTFOffsetTableRecord A TrueType or OpenType Offset Table Record.
TTFSubSetFile Reads a TrueType file and generates a subset that can be used to embed a TrueType font.
TTFTableBASE An OpenType "BASE" (Baseline Data) table.
TTFTableCFF An OpenType "CFF" (Compact File Format 1.0 PostScript Outlines) table.
TTFTableCFF2 An OpenType "CFF2" (Compact File Format 2.0 PostScript Outlines) table.
TTFTableCMAP Class representing a TTF "cmap" (character-to-glyph index mapping) table.
TTFTableCVT A TrueType/OpenType "cvt" (Control Value Table) table.
TTFTableFPGM A TrueType/OpenType "fpgm" (Font Program) table.
TTFTableGASP A TrueType/OpenType "gasp" (Grid-fitting/Scan-conversion) table.
TTFTableGDEF An OpenType "GDEF" (Glyph Definition Data) table.
TTFTableGLYF A TrueType/OpenType "glyf" (Glyph Data) table.
TTFTableGPOS An OpenType "GPOS" (Glyph Positioning Data) table.
TTFTableGSUB An OpenType "GSUB" (Glyphs Substitution Data) table.
TTFTableHEAD Class representing a TTF "head" table.
TTFTableHHEA Class representing a TTF "hhea" (horizontal header) table.
TTFTableHMTX Class representing a TTF "hmtx" (horizontal metrics) table.
TTFTableJSTF An OpenType "JSTF" (Justification Data) table.
TTFTableKERN Class representing a TTF "kern" (kerning) table.
TTFTableLOCA A TrueType/OpenType "loca" (Index to location) table.
TTFTableMATH An OpenType "MATH" (Math Layout Data) table.
TTFTableMAXP Class representing a TTF "maxp" (maximum profile) table.
TTFTableNAME Class representing a TTF "name" (naming) table.
TTFTableOS2 Class representing a TTF "OS/2" (OS/2 and Windows metrics) table.
TTFTablePCLT Class representing a TTF "PCLT" (PCL 5) table.
TTFTablePOST Class representing a TTF "post" (PostScript) table.
TTFTablePREP A TrueType/OpenType "prep" (CVT Program) table.
TTFTableVORG An OpenType "VORG" (Vertical Origin) table.
 

Enum Summary
OTFFeature.OtfFeatureTag Enumeration of the various OTF feature tags.
OTFLookupGSUB.LookupType Enumeration of possible LookupType values in a GSUB table.
 

Package org.foray.font.format.ttf Description

Classes handling the parsing and content of TrueType fonts.



Copyright © 2017. All rights reserved.