PHP 클래스 Pop\Font\TrueType

저자: Nick Sagona, III ([email protected])
상속: extends AbstractFont
파일 보기 프로젝트 열기: nicksagona/PopPHP 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$header mixed TrueType font header
$tableInfo array TrueType font table info
$tables array TrueType font tables
$ttfHeader ArrayObject TrueType font file header
$ttfTable ArrayObject TrueType font file table

공개 메소드들

메소드 설명
__construct ( string $font ) : TrueType Constructor

보호된 메소드들

메소드 설명
parseCommonTables ( ) : void Method to parse the common tables of the TrueType font file.
parseName ( ) : void Method to parse the TTF info of the TrueType font file from the name table.
parseRequiredTables ( ) : void Method to parse the required tables of the TrueType font file.
parseTtfTable ( ) : void Method to parse the TTF header and table of the TrueType font file.

메소드 상세

__construct() 공개 메소드

Instantiate a TrueType font file object based on a pre-existing font file on disk.
public __construct ( string $font ) : TrueType
$font string
리턴 TrueType

parseCommonTables() 보호된 메소드

Method to parse the common tables of the TrueType font file.
protected parseCommonTables ( ) : void
리턴 void

parseName() 보호된 메소드

Method to parse the TTF info of the TrueType font file from the name table.
protected parseName ( ) : void
리턴 void

parseRequiredTables() 보호된 메소드

Method to parse the required tables of the TrueType font file.
protected parseRequiredTables ( ) : void
리턴 void

parseTtfTable() 보호된 메소드

Method to parse the TTF header and table of the TrueType font file.
protected parseTtfTable ( ) : void
리턴 void

프로퍼티 상세

$header 공개적으로 프로퍼티

TrueType font header
public mixed $header
리턴 mixed

$tableInfo 공개적으로 프로퍼티

TrueType font table info
public array $tableInfo
리턴 array

$tables 공개적으로 프로퍼티

TrueType font tables
public array $tables
리턴 array

$ttfHeader 공개적으로 프로퍼티

TrueType font file header
public ArrayObject $ttfHeader
리턴 ArrayObject

$ttfTable 공개적으로 프로퍼티

TrueType font file table
public ArrayObject $ttfTable
리턴 ArrayObject