PHP Class Pop\Font\TrueType\OpenType

Author: Nick Sagona, III ([email protected])
Inheritance: extends Pop\Font\TrueType
显示文件 Open project: nicksagona/PopPHP

Public Methods

Method Description
__construct ( string $font ) : OpenType Constructor

Protected Methods

Method Description
parseRequiredTables ( ) : void Method to parse the required tables of the OpenType font file.

Method Details

__construct() public method

Instantiate a OpenType font file object based on a pre-existing font file on disk.
public __construct ( string $font ) : OpenType
$font string
return OpenType

parseRequiredTables() protected method

Method to parse the required tables of the OpenType font file.
protected parseRequiredTables ( ) : void
return void