Method | Description | |
---|---|---|
__construct ( ) | ||
_set_short ( $stream, $offset, $val ) | ||
_set_ushort ( $stream, $offset, $value ) | ||
add ( $tag, $data ) | ||
calcChecksum ( $data ) | ||
endTTFile ( &$stm ) | Put the TTF file together | |
extractInfo ( ) | ||
getCMAP4 ( $unicode_cmap_offset, &$glyphToChar, &$charToGlyph ) | CMAP Format 4 | |
getGlyphData ( $originalGlyphIdx, &$maxdepth, &$depth, &$points, &$contours ) | Recursively get composite glyph data | |
getGlyphs ( $originalGlyphIdx, &$start, &$glyphSet, &$subsetglyphs ) | Recursively get composite glyphs | |
getHMTX ( $numberOfHMetrics, $numGlyphs, &$glyphToChar, $scale ) | ||
getHMetric ( $numberOfHMetrics, $gid ) | ||
getLOCA ( $indexToLocFormat, $numGlyphs ) | ||
getMetrics ( $file ) | ||
get_chunk ( $pos, $length ) | ||
get_table ( $tag ) | ||
get_table_pos ( $tag ) | ||
get_ulong ( $pos ) | ||
get_ushort ( $pos ) | ||
makeSubset ( $file, &$subset ) | ||
pack_short ( $val ) | ||
readTableDirectory ( ) | ||
read_short ( ) | ||
read_tag ( ) | ||
read_ulong ( ) | ||
read_ushort ( ) | ||
seek ( $pos ) | ||
seek_table ( $tag, $offset_in_table ) | ||
skip ( $delta ) | ||
splice ( $stream, $offset, $value ) | ||
sub32 ( $x, $y ) | ||
unpack_short ( $s ) |
public getCMAP4 ( $unicode_cmap_offset, &$glyphToChar, &$charToGlyph ) |
public getGlyphData ( $originalGlyphIdx, &$maxdepth, &$depth, &$points, &$contours ) |
public getGlyphs ( $originalGlyphIdx, &$start, &$glyphSet, &$subsetglyphs ) |