PHP Class Pop\Font\TrueType\Table\Os2

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

Public Properties

Property Type Description
$capHeight integer Font cap height value
$embeddable boolean Font embeddable flag
$flags ArrayObject Font flags

Public Methods

Method Description
__construct ( AbstractFont $font ) : Os2 Constructor

Method Details

__construct() public method

Instantiate a OTF 'OS/2' table object.
public __construct ( AbstractFont $font ) : Os2
$font Pop\Font\AbstractFont
return Os2

Property Details

$capHeight public_oe property

Font cap height value
public int $capHeight
return integer

$embeddable public_oe property

Font embeddable flag
public bool $embeddable
return boolean

$flags public_oe property

Font flags
public ArrayObject $flags
return ArrayObject