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

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

공개 프로퍼티들

프로퍼티 타입 설명
$header ArrayObject Cmap header
$subTables ArrayObject Cmap subtables

공개 메소드들

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

보호된 메소드들

메소드 설명
parseSubTables ( AbstractFont $font ) : void Method to parse the CMAP subtables.

메소드 상세

__construct() 공개 메소드

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

parseSubTables() 보호된 메소드

Method to parse the CMAP subtables.
protected parseSubTables ( AbstractFont $font ) : void
$font Pop\Font\AbstractFont
리턴 void

프로퍼티 상세

$header 공개적으로 프로퍼티

Cmap header
public ArrayObject $header
리턴 ArrayObject

$subTables 공개적으로 프로퍼티

Cmap subtables
public ArrayObject $subTables
리턴 ArrayObject