Sgss_Font_Coverage_Abstract
+ Sgss_Font_Truetype_Coverage
|
__construct (Sgss_Font_Cache $cache)
The constructor |
boolean |
hasAllRanges (array $ranges)
Determines whether this font contains one of the glyph corresponding to the characters inside the specified ranges |
boolean |
hasClass (string $class)
Determines whether this font contains one of the glyph corresponding to the characters inside the specified class |
boolean |
hasRange (string $range)
Determines whether this font contains one of the glyph corresponding to the characters inside the specified range |
The constructor
Sgss_Font_Cache $cache
Cache file object to be used
public __construct (Sgss_Font_Cache $cache)
Determines whether this font contains one of the glyph corresponding to the characters inside the specified ranges
array $ranges
Unicode range names
public boolean hasAllRanges (array $ranges)
Determines whether this font contains one of the glyph corresponding to the characters inside the specified class
string $class
Unicode class name
public boolean hasClass (string $class)
Determines whether this font contains one of the glyph corresponding to the characters inside the specified range
string $range
Unicode range name
public boolean hasRange (string $range)