| Sgss_Font_Truetype_Mapper_Cmap_Byteencoding | Represents a TrueType cmap in the byte-encoding format |
| Sgss_Font_Truetype_Mapper_Cmap_Segmentdelta | Represents a TrueType cmap in the segment-delta format |
array |
charsToGlyphs (array $chars)
Converts all the specified character codes to the corresponding glyph codes |
|
charToGlyph (int $char)
Converts the specified character code to the corresponding glyph code |
|
factory (Sgss_Font_Cache $cache)
Creates the TrueType cmap object |
Converts all the specified character codes to the corresponding glyph codes
array $chars
Character codes to be converted
public array charsToGlyphs (array $chars)
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
Converts the specified character code to the corresponding glyph code
abstract public int charToGlyph (int $char)
Creates the TrueType cmap object
Sgss_Font_Cache $cache
Cache file object to be used
public static Sgss_Font_Truetype_Mapper_Cmap factory (Sgss_Font_Cache $cache)