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 |
array |
hasRanges (array $ranges)
Determines whether this font contains one of the glyph corresponding to the characters inside the specified ranges |
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)
Determines whether this font contains one of the glyph corresponding to the characters inside the specified ranges
array $ranges
Unicode range names
public array hasRanges (array $ranges)