PHP Class Pop\Font\TrueType\Table\Hhea

Author: Nick Sagona, III ([email protected])
Exibir arquivo Open project: nicksagona/PopPHP

Public Properties

Property Type Description
$ascent integer Ascent
$descent integer Descent
$numberOfHMetrics integer Number of horizontal metrics

Public Methods

Method Description
__construct ( AbstractFont $font ) : Hhea Constructor

Method Details

__construct() public method

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

Property Details

$ascent public_oe property

Ascent
public int $ascent
return integer

$descent public_oe property

Descent
public int $descent
return integer

$numberOfHMetrics public_oe property

Number of horizontal metrics
public int $numberOfHMetrics
return integer