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

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

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

Свойство Тип Описание
$fontInfo array Font info
$names array TrueType font info names

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Font info
protected array $fontInfo
Результат array

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

TrueType font info names
protected array $names
Результат array