PHP 클래스 Pop\Font\TrueType\Table\Head

저자: Nick Sagona, III ([email protected])
파일 보기 프로젝트 열기: nicksagona/PopPHP

보호된 프로퍼티들

프로퍼티 타입 설명
$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