PHP Class Pop\Font\TrueType\Table\Name

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

Protected Properties

Свойство Type Description
$fontInfo array Font info
$names array TrueType font info names

Méthodes publiques

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

Method Details

__construct() public méthode

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

__get() public méthode

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

__isset() public méthode

Return the isset value of fontInfo[$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 fontInfo[$name].
public __set ( string $name, mixed $value ) : void
$name string
$value mixed
Résultat void

__unset() public méthode

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

Property Details

$fontInfo protected_oe property

Font info
protected array $fontInfo
Résultat array

$names protected_oe property

TrueType font info names
protected array $names
Résultat array