Zend_Pdf_FileParser_Font_OpenTypeAbstract base class for OpenType font file parsers.
TrueType was originally developed by Apple and was adopted as the default font format for the Microsoft Windows platform. OpenType is an extension of TrueType, developed jointly by Microsoft and Adobe, which adds support for PostScript font data.
This abstract parser class forms the foundation for concrete subclasses which extract either TrueType or PostScript font data from the file.
All OpenType files use big-endian byte ordering.
The full TrueType and OpenType specifications can be found at:
Located in /Zend/Pdf/FileParser/Font/OpenType.php (line 53)
Zend_Pdf_FileParser | --Zend_Pdf_FileParser_Font | --Zend_Pdf_FileParser_Font_OpenType
| Class | Description |
|---|---|
Zend_Pdf_FileParser_Font_OpenType_TrueType
|
Parses an OpenType font file containing TrueType outlines. |
integer
$_scalerType
= 0 (line 63)
Stores the scaler type (font type) for the font file. See _readScalerType().
array
$_tableDirectory
= array() (line 69)
Stores the byte offsets to the various information tables.
Inherited from Zend_Pdf_FileParser
Zend_Pdf_FileParser::$_dataSource
Zend_Pdf_FileParser::$_isParsed
Zend_Pdf_FileParser::$_isScreened
parse (line 102)
Reads and parses the font data from the file on disk.
NOTE: This method should be overridden in subclasses to add type- specific parsing and set $this->isParsed.
screen (line 86)
Verifies that the font file is in the expected format.
NOTE: This method should be overridden in subclasses to check the specific format and set $this->_isScreened!
_jumpToTable (line 944)
Validates a given table's existence, then sets the file pointer to the start of that table.
_languageCodeForPlatform (line 984)
Utility method that returns ISO 639 two-letter language codes from the TrueType platform and language ID. Returns NULL for languages that are not supported.
_parseCmapTable (line 741)
Parses the OpenType cmap (Character to Glyph Mapping) table.
The cmap table provides the maps from character codes to font glyphs. There are usually at least two character maps in a font: Microsoft Unicode and Macintosh Roman. For very complex fonts, there may also be mappings for the characters in the Unicode Surrogates Area, which are UCS-4 characters.
_parseHeadTable (line 218)
Parses the OpenType head (Font Header) table.
The head table contains global information about the font such as the revision number and global metrics.
_parseHheaTable (line 411)
Parses the OpenType hhea (Horizontal Header) table.
The hhea table contains information used for horizontal layout. It also contains some vertical layout information for Apple systems. The vertical layout information for the PDF file is usually taken from the OS/2 table.
_parseHmtxTable (line 691)
Parses the OpenType hmtx (Horizontal Metrics) table.
The hmtx table contains the horizontal metrics for every glyph contained within the font. These are the critical values for horizontal layout of text.
_parseNameTable (line 279)
Parses the OpenType name (Naming) table.
The name table contains all of the identifying strings associated with the font such as its name, copyright, trademark, license, etc.
_parseOs2Table (line 463)
Parses the OpenType OS/2 (OS/2 and Windows Metrics) table.
The OS/2 table contains additional metrics data that is required to use the font on the OS/2 or Microsoft Windows platforms. It is not required for Macintosh fonts, so may not always be present. When available, we use this table to determine most of the vertical layout and stylistic information and for the font.
_parsePostTable (line 374)
Parses the OpenType post (PostScript Information) table.
The post table contains additional information required for using the font on PostScript printers. It also contains the preferred location and thickness for an underline, which is used by our layout code.
_parseTableDirectory (line 150)
Parses the OpenType table directory.
The table directory contains the identifier, checksum, byte offset, and length of each of the information tables housed in the font file.
_readScalerType (line 903)
Reads the scaler type from the header of the OpenType font file and returns it as an unsigned long integer.
The scaler type defines the type of font: OpenType font files may contain TrueType or PostScript outlines. Throws an exception if the scaler type is not recognized.
_readTableVersion (line 964)
Reads the fixed 16.16 table version number and checks for compatibility.
If the version is incompatible, throws an exception. If it is compatible, returns the version number.
Inherited From Zend_Pdf_FileParser_Font
Zend_Pdf_FileParser_Font::__construct()
Zend_Pdf_FileParser_Font::readStringMacRoman()
Zend_Pdf_FileParser_Font::readStringPascal()
Zend_Pdf_FileParser_Font::readStringUTF16()
Zend_Pdf_FileParser_Font::writeDebug()
Zend_Pdf_FileParser_Font::_debugLog()
Zend_Pdf_FileParser_Font::__get()
Zend_Pdf_FileParser_Font::__set()
Inherited From Zend_Pdf_FileParser
Zend_Pdf_FileParser::__construct()
Zend_Pdf_FileParser::getDataSource()
Zend_Pdf_FileParser::isBitSet()
Zend_Pdf_FileParser::isParsed()
Zend_Pdf_FileParser::isScreened()
Zend_Pdf_FileParser::moveToOffset()
Zend_Pdf_FileParser::parse()
Zend_Pdf_FileParser::readBytes()
Zend_Pdf_FileParser::readFixed()
Zend_Pdf_FileParser::readInt()
Zend_Pdf_FileParser::readStringMacRoman()
Zend_Pdf_FileParser::readStringPascal()
Zend_Pdf_FileParser::readStringUTF16()
Zend_Pdf_FileParser::readUInt()
Zend_Pdf_FileParser::screen()
Zend_Pdf_FileParser::skipBytes()
Zend_Pdf_FileParser::__destruct()
Inherited from Zend_Pdf_FileParser
Zend_Pdf_FileParser::BYTE_ORDER_BIG_ENDIAN
Zend_Pdf_FileParser::BYTE_ORDER_LITTLE_ENDIAN
Documentation generated on Tue, 11 Jul 2006 12:17:49 -0500 by phpDocumentor 1.3.0RC6