PHP Класс Pop\Font\TrueType\Table\Head

Автор: Nick Sagona, III ([email protected])
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$headerInfo array Header info

Открытые методы

Метод Описание
__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].

Описание методов

__construct() публичный Метод

Instantiate a TTF 'head' table object.
public __construct ( AbstractFont $font ) : Head
$font Pop\Font\AbstractFont
Результат Head

__get() публичный Метод

Get method to return the value of headerInfo[$name].
public __get ( string $name ) : mixed
$name string
Результат mixed

__isset() публичный Метод

Return the isset value of headerInfo[$name].
public __isset ( string $name ) : boolean
$name string
Результат boolean

__set() публичный Метод

Set method to set the property to the value of headerInfo[$name].
public __set ( string $name, mixed $value ) : void
$name string
$value mixed
Результат void

__unset() публичный Метод

Unset headerInfo[$name].
public __unset ( string $name ) : void
$name string
Результат void

Описание свойств

$headerInfo защищенное свойство

Header info
protected array $headerInfo
Результат array