PHP Class Pop\Font\TrueType\OpenType

Author: Nick Sagona, III ([email protected])
Inheritance: extends Pop\Font\TrueType
Afficher le fichier Open project: nicksagona/PopPHP

Méthodes publiques

Méthode Description
__construct ( string $font ) : OpenType Constructor

Méthodes protégées

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

Method Details

__construct() public méthode

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

parseRequiredTables() protected méthode

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