Sgss_Font_Mapper_Abstract
+ Sgss_Font_Mapper_Composite
|
$_rangemap
Character code range map of this font |
|
__construct (Sgss_Font_Composite_Rangemap_Abstract $rangemap)
The constructor |
array |
charsToGlyphs (array $charCodes)
Converts all the specified character codes to the corresponding glyph codes of this font |
int |
charToGlyph (int $charCode)
Converts the specified character code to the corresponding glyph code of this font |
Character code range map of this font
protected Sgss_Font_Composite_Rangemap_Abstract $_rangemap
The constructor
Sgss_Font_Composite_Rangemap_Abstract $rangemap
Character code range map of the font
public __construct (Sgss_Font_Composite_Rangemap_Abstract $rangemap)
Converts all the specified character codes to the corresponding glyph codes of this font
array $charCodes
Character codes to be converted
public array charsToGlyphs (array $charCodes)
Converts the specified character code to the corresponding glyph code of this font
int $charCode
Character code to be converted
public int charToGlyph (int $charCode)