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

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

공개 프로퍼티들

프로퍼티 타입 설명
$numberOfGlyphs integer Number of glyphs

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

Instantiate a TTF 'maxp' table object.
public __construct ( AbstractFont $font ) : Maxp
$font Pop\Font\AbstractFont
리턴 Maxp

프로퍼티 상세

$numberOfGlyphs 공개적으로 프로퍼티

Number of glyphs
public int $numberOfGlyphs
리턴 integer