Class Summary | |
---|---|
AFMFormatter | This class creates all needed AFM font metric data from a CFFFont ready to be read from a AFMPaser. |
AFMParser | This class is used to parse AFM(Adobe Font Metrics) documents. |
BoundingBox | This is an implementation of a bounding box. |
CFFCharset | This is the superclass for all CFFFont charsets. |
CFFCharset.Entry | This class represents a single name/SID mapping of the charset. |
CFFDataInput | This is specialized DataInput. |
CFFEncoding | This is the superclass for all CFFFont encodings. |
CFFExpertCharset | This is specialized CFFCharset. |
CFFExpertEncoding | This is specialized CFFEncoding. |
CFFExpertSubsetCharset | This is specialized CFFCharset. |
CFFFont | This class represents a CFF/Type2 Font. |
CFFFont.Mapping | This class is used for the font mapping. |
CFFISOAdobeCharset | This is specialized CFFCharset. |
CFFOperator | This class represents a CFF operator. |
CFFOperator.Key | This class is a holder for a key value. |
CFFParser | This class represents a parser for a CFF font. |
CFFStandardEncoding | This is specialized CFFEncoding. |
CFFStandardString | This class represents a standard SID to String mapping. |
CharMetric | This class represents a single character metric. |
CharStringCommand | This class represents a CharStringCommand. |
CharStringCommand.Key | A static class to hold one or more int values as key. |
CharStringConverter | A class to convert for a sequence of Type1/Type2 commands into a sequence of CharStringCommands. |
CharStringHandler | A Handler for CharStringCommands. |
CharStringRenderer | This class represents a renderer for a charstring. |
CMAPEncodingEntry | An encoding entry for a cmap. |
CMAPTable | A table in a true type font. |
CMap | This class represents a CMap file. |
CMapParser | This will parser a CMap stream. |
CodespaceRange | This represents a single entry in the codespace range. |
Composite | This class represents composite character data. |
CompositePart | This class represents a part of composite character data. |
DataInput | This class contains some functionality to read a byte buffer. |
DataOutput | |
DigitalSignatureTable | A table in a true type font. |
Encoding | This is an interface to a text encoder. |
FontMetric | This is the outermost AFM type. |
GlyphData | A glyph data record in the glyf table. |
GlyphTable | A table in a true type font. |
HeaderTable | A table in a true type font. |
HorizontalHeaderTable | A table in a true type font. |
HorizontalMetricsTable | A table in a true type font. |
IndexToLocationTable | A table in a true type font. |
KernPair | This represents some kern pair data. |
Ligature | This class represents a ligature, which is an entry of the CharMetrics. |
MacRomanEncoding | This is an interface to a text encoder. |
MaximumProfileTable | A table in a true type font. |
MemoryTTFDataStream | An interface into a data stream. |
NameRecord | A name record in the name table. |
NamingTable | A table in a true type font. |
OS2WindowsMetricsTable | A table in a true type font. |
PfbParser | Parser for a pfb-file. |
PostScriptTable | A table in a true type font. |
RAFDataStream | An implementation of the TTFDataStream that goes against a RAF. |
ResourceLoader | This class will handle loading resource files(AFM/CMAP). |
TrackKern | This class represents a piece of track kerning data. |
TrueTypeFont | A class to hold true type font information. |
TTFDataStream | An interface into a data stream. |
TTFParser | A true type font file parser. |
TTFTable | A table in a true type font. |
Type1CharStringFormatter | This class represents a formatter for CharString commands of a Type1 font. |
Type1CharStringParser | This class represents a converter for a mapping into a Type1-sequence. |
Type1FontFormatter | This class represents a formatter for a given Type1 font. |
Type1FontUtil | This class contains some helper methods handling Type1-Fonts. |
Type2CharStringParser | This class represents a converter for a mapping into a Type2-sequence. |