PHP Class Pop\Font\TrueType\Table\Cmap

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

Public Properties

Property Type Description
$header ArrayObject Cmap header
$subTables ArrayObject Cmap subtables

Public Methods

Method Description
__construct ( AbstractFont $font ) : Cmap Constructor

Protected Methods

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

Method Details

__construct() public method

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

parseSubTables() protected method

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

Property Details

$header public_oe property

Cmap header
public ArrayObject $header
return ArrayObject

$subTables public_oe property

Cmap subtables
public ArrayObject $subTables
return ArrayObject