PHP Class Pop\Font\TrueType\Table\Hhea

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

Méthodes publiques

Свойство Type Description
$ascent integer Ascent
$descent integer Descent
$numberOfHMetrics integer Number of horizontal metrics

Méthodes publiques

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

Method Details

__construct() public méthode

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

Property Details

$ascent public_oe property

Ascent
public int $ascent
Résultat integer

$descent public_oe property

Descent
public int $descent
Résultat integer

$numberOfHMetrics public_oe property

Number of horizontal metrics
public int $numberOfHMetrics
Résultat integer