Sgss_Font_Truetype_Mapper_Cmap
+ Sgss_Font_Truetype_Mapper_Cmap_Segmentdelta
|
$_entrySelector
Entry selector value |
|
$_rangeShift
Range shift value |
|
$_segCount
Number of contiguous ranges |
|
__construct (Sgss_Font_Cache $cache)
The constructor |
int |
charToGlyph (int $char)
Converts the specified character code to the corresponding glyph code |
Entry selector value
protected int $_entrySelector
Range shift value
protected int $_rangeShift
Number of contiguous ranges
protected int $_segCount
The constructor
Sgss_Font_Cache $cache
Cache file object to be used
public __construct (Sgss_Font_Cache $cache)
Converts the specified character code to the corresponding glyph code
int $char
Character code to be converted
Converts the specified character code to the corresponding glyph code
public int charToGlyph (int $char)