PHP Class Pop\Font\TrueType\Table\Head

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

Protected Properties

Property Type Description
$headerInfo array Header info

Public Methods

Method Description
__construct ( AbstractFont $font ) : Head Constructor
__get ( string $name ) : mixed Get method to return the value of headerInfo[$name].
__isset ( string $name ) : boolean Return the isset value of headerInfo[$name].
__set ( string $name, mixed $value ) : void Set method to set the property to the value of headerInfo[$name].
__unset ( string $name ) : void Unset headerInfo[$name].

Method Details

__construct() public method

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

__get() public method

Get method to return the value of headerInfo[$name].
public __get ( string $name ) : mixed
$name string
return mixed

__isset() public method

Return the isset value of headerInfo[$name].
public __isset ( string $name ) : boolean
$name string
return boolean

__set() public method

Set method to set the property to the value of headerInfo[$name].
public __set ( string $name, mixed $value ) : void
$name string
$value mixed
return void

__unset() public method

Unset headerInfo[$name].
public __unset ( string $name ) : void
$name string
return void

Property Details

$headerInfo protected_oe property

Header info
protected array $headerInfo
return array