Sgss_Font_Coverage_Abstract 
Abstract class for determination of font glyph coverage

Description

Implements:
Sgss_Font_Coverage_Interface
Author:
Matsuda Shota
Copyright:
(c) 2007-2008 Matsuda Shota
License:
http://creativecommons.org/licenses/GPL/2.0/
Located in:
/Font/Coverage/Abstract.php (line 46)

Direct descendant

Sgss_Font_Truetype_Coverage Represents TrueType font glyph coverage

Class overview

Method

array hasRanges (array $ranges)

Determines whether this font contains one of the glyph corresponding to the characters inside the specified ranges

Method detail

hasRanges

Determines whether this font contains one of the glyph corresponding to the characters inside the specified ranges

Parameters:
  • array $ranges

    Unicode range names

Returns:
array -- Array containing all the result of the hasRange()
Specified by:
Uses:
Sgss_Font_Coverage_Interface::hasRange()
Related subject:
Sgss_Font_Coverage_Interface::hasRanges()
Signature:
public array hasRanges (array $ranges)