Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct ($cmapData) | |
![]() | |
glyphNumbersForCharacters ($characterCodes) | |
glyphNumberForCharacter ($characterCode) | |
getCoveredCharacters () | |
getCoveredCharactersGlyphs () | |
__construct ($cmapData) | |
![]() | |
__construct ($cmapData) | |
glyphNumbersForCharacters ($characterCodes) | |
glyphNumberForCharacter ($characterCode) | |
getCoveredCharacters () | |
getCoveredCharactersGlyphs () | |
Additional Inherited Members | |
![]() | |
static | cmapWithTypeData ($cmapType, $cmapData) |
![]() | |
const | TYPE_BYTE_ENCODING = 0x00 |
const | TYPE_HIGH_BYTE_MAPPING = 0x02 |
const | TYPE_SEGMENT_TO_DELTA = 0x04 |
const | TYPE_TRIMMED_TABLE = 0x06 |
const | TYPE_MIXED_COVERAGE = 0x08 |
const | TYPE_TRIMMED_ARRAY = 0x0a |
const | TYPE_SEGMENTED_COVERAGE = 0x0c |
const | TYPE_BYTE_ENCODING_STATIC = 0xf1 |
const | TYPE_UNKNOWN = 0xff |
const | MISSING_CHARACTER_GLYPH = 0x00 |
![]() | |
_extractInt2 (&$data, $index) | |
_extractUInt2 (&$data, $index) | |
_extractUInt4 (&$data, $index) | |
![]() | |
$_glyphIndexArray = array() | |
Definition at line 38 of file Static.php.
__construct | ( | $cmapData | ) |
Object constructor
array | $cmapData | Array whose keys are Unicode character codes and values are glyph numbers. |
Zend_Pdf_Exception |
Definition at line 52 of file Static.php.