forked from zendframework/zf1
-
Notifications
You must be signed in to change notification settings - Fork 210
Open
Description
Incorrect implementation:
zf1-future/library/Zend/Pdf/FileParser/Font/OpenType.php
Lines 671 to 679 in 2c5f8bc
/** | |
* @todo Font is recognized as Adobe Latin subset font if it only contains | |
* Basic Latin characters (only bit 0 of Unicode range bits is set). | |
* Actually, other Unicode subranges like General Punctuation (bit 31) also | |
* fall into Adobe Latin characters. So this code has to be modified. | |
*/ | |
$this->isAdobeLatinSubset = (($unicodeRange1 == 1) && ($unicodeRange2 == 0) && | |
($unicodeRange3 == 0) && ($unicodeRange4 == 0)); | |
$this->_debugLog(($this->isAdobeLatinSubset ? 'Is' : 'Is not') . ' a subset of Adobe Latin'); |
Since: 1.12 (June 2012)
Metadata
Metadata
Assignees
Labels
No labels