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

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

공개 프로퍼티들

프로퍼티 타입 설명
$glyphWidths array Glyph widths
$glyphs array Glyphs

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

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

프로퍼티 상세

$glyphWidths 공개적으로 프로퍼티

Glyph widths
public array $glyphWidths
리턴 array

$glyphs 공개적으로 프로퍼티

Glyphs
public array $glyphs
리턴 array