Sgss_Font_Profiler_Abstract
+ Sgss_Font_Truetype_Profiler
|
$_familyClass
TrueType family class of this font |
|
$_fsSelection
TrueType fsSelection of this font |
|
$_fsType
TrueType fsType of this font |
|
$_panose
Panose values of this font |
|
$_weightClass
TrueType weight class of this font |
|
$_widthClass
TrueType width class of this font |
|
__construct (Sgss_Font_Cache $cache)
The constructor |
array |
getLocales ()
Returns all the locale identifiers in this font |
string|null |
getName (string $name, [string|Zend_Locale|null $locale = null])
Returns the naming of this font in the specified name and locale |
Sgss_Font_Panose_Abstract|null |
getPanose ()
Returns an array of panose classification values of this font |
int |
getStretch ()
Returns the stretch value of this font |
int |
getStyle ()
Returns the style identifier of this font |
int |
getWeight ()
Returns the weight value of this font |
TrueType family class of this font
protected int $_familyClass
TrueType fsSelection of this font
protected int $_fsSelection
TrueType fsType of this font
protected int $_fsType
Panose values of this font
protected Sgss_Font_Panose_Abstract $_panose
TrueType weight class of this font
protected int $_weightClass
TrueType width class of this font
protected int $_widthClass
The constructor
Sgss_Font_Cache $cache
Cache file object to be used
public __construct (Sgss_Font_Cache $cache)
Returns all the locale identifiers in this font
public array getLocales ()
Returns the naming of this font in the specified name and locale
string $name
Name of the naming to be retrieved
string|Zend_Locale|null $locale
Locale of the naming to be retrieved
public string|null getName (string $name, [string|Zend_Locale|null $locale = null])
Returns an array of panose classification values of this font
public Sgss_Font_Panose_Abstract|null getPanose ()
Returns the stretch value of this font
public int getStretch ()
Returns the style identifier of this font
public int getStyle ()
Returns the weight value of this font
public int getWeight ()