PHP Class Pop\Font\TrueType\Table\Glyf

Author: Nick Sagona, III ([email protected])
Afficher le fichier Open project: nicksagona/PopPHP

Méthodes publiques

Свойство Type Description
$glyphWidths array Glyph widths
$glyphs array Glyphs

Méthodes publiques

Méthode Description
__construct ( AbstractFont $font ) : Glyf Constructor

Method Details

__construct() public méthode

Instantiate a TTF 'glyf' table object.
public __construct ( AbstractFont $font ) : Glyf
$font Pop\Font\AbstractFont
Résultat Glyf

Property Details

$glyphWidths public_oe property

Glyph widths
public array $glyphWidths
Résultat array

$glyphs public_oe property

Glyphs
public array $glyphs
Résultat array