PHP Class Pop\Font\TrueType\Table\Cmap

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

Méthodes publiques

Свойство Type Description
$header ArrayObject Cmap header
$subTables ArrayObject Cmap subtables

Méthodes publiques

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

Méthodes protégées

Méthode Description
parseSubTables ( AbstractFont $font ) : void Method to parse the CMAP subtables.

Method Details

__construct() public méthode

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

parseSubTables() protected méthode

Method to parse the CMAP subtables.
protected parseSubTables ( AbstractFont $font ) : void
$font Pop\Font\AbstractFont
Résultat void

Property Details

$header public_oe property

Cmap header
public ArrayObject $header
Résultat ArrayObject

$subTables public_oe property

Cmap subtables
public ArrayObject $subTables
Résultat ArrayObject