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

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

공개 프로퍼티들

프로퍼티 타입 설명
$capHeight integer Font cap height value
$embeddable boolean Font embeddable flag
$flags ArrayObject Font flags

공개 메소드들

메소드 설명
__construct ( AbstractFont $font ) : Os2 Constructor

메소드 상세

__construct() 공개 메소드

Instantiate a OTF 'OS/2' table object.
public __construct ( AbstractFont $font ) : Os2
$font Pop\Font\AbstractFont
리턴 Os2

프로퍼티 상세

$capHeight 공개적으로 프로퍼티

Font cap height value
public int $capHeight
리턴 integer

$embeddable 공개적으로 프로퍼티

Font embeddable flag
public bool $embeddable
리턴 boolean

$flags 공개적으로 프로퍼티

Font flags
public ArrayObject $flags
리턴 ArrayObject