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

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

공개 프로퍼티들

프로퍼티 타입 설명
$ascent integer Ascent
$descent integer Descent
$numberOfHMetrics integer Number of horizontal metrics

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

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

프로퍼티 상세

$ascent 공개적으로 프로퍼티

Ascent
public int $ascent
리턴 integer

$descent 공개적으로 프로퍼티

Descent
public int $descent
리턴 integer

$numberOfHMetrics 공개적으로 프로퍼티

Number of horizontal metrics
public int $numberOfHMetrics
리턴 integer