PHP Class Pop\Font\TrueType\Table\Head

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

Protected Properties

Свойство Type Description
$headerInfo array Header info

Méthodes publiques

Méthode 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 méthode

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

__get() public méthode

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

__isset() public méthode

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

__set() public méthode

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

__unset() public méthode

Unset headerInfo[$name].
public __unset ( string $name ) : void
$name string
Résultat void

Property Details

$headerInfo protected_oe property

Header info
protected array $headerInfo
Résultat array