Implements the "trimmed table mapping" character map (type 6).
This table type is preferred over the Zend_Pdf_Cmap_SegmentToDelta table when the Unicode characters covered by the font fall into a single contiguous range.
Located in /Zend/Pdf/Cmap/TrimmedTable.php (line 37)
Zend_Pdf_Cmap | --Zend_Pdf_Cmap_TrimmedTable
Object constructor
Parses the raw binary table data. Throws an exception if the table is malformed.
Returns an array containing the Unicode characters that have entries in this character map.
Returns the glyph number corresponding to the Unicode character.
If a particular character doesn't exist in this font, the special 'missing character glyph' will be substituted.
See also glyphNumbersForCharacters() which is optimized for bulk operations.
Returns an array of glyph numbers corresponding to the Unicode characters.
If a particular character doesn't exist in this font, the special 'missing character glyph' will be substituted.
See also glyphNumberForCharacter().
Inherited From Zend_Pdf_Cmap
Zend_Pdf_Cmap::__construct()
Zend_Pdf_Cmap::cmapWithTypeData()
Zend_Pdf_Cmap::getCoveredCharacters()
Zend_Pdf_Cmap::glyphNumberForCharacter()
Zend_Pdf_Cmap::glyphNumbersForCharacters()
Zend_Pdf_Cmap::_extractInt2()
Zend_Pdf_Cmap::_extractUInt2()
Zend_Pdf_Cmap::_extractUInt4()
Inherited from Zend_Pdf_Cmap
Zend_Pdf_Cmap::MISSING_CHARACTER_GLYPH
Zend_Pdf_Cmap::TYPE_BYTE_ENCODING
Zend_Pdf_Cmap::TYPE_BYTE_ENCODING_STATIC
Zend_Pdf_Cmap::TYPE_HIGH_BYTE_MAPPING
Zend_Pdf_Cmap::TYPE_MIXED_COVERAGE
Zend_Pdf_Cmap::TYPE_SEGMENTED_COVERAGE
Zend_Pdf_Cmap::TYPE_SEGMENT_TO_DELTA
Zend_Pdf_Cmap::TYPE_TRIMMED_ARRAY
Zend_Pdf_Cmap::TYPE_TRIMMED_TABLE
Zend_Pdf_Cmap::TYPE_UNKNOWN
Documentation generated on Thu, 18 Jan 2007 09:59:59 -0800 by phpDocumentor 1.3.1