noalyss Version-9
|
Go to the source code of this file.
Data Structures | |
class | TTFontFile |
Variables | |
const | _TTF_MAC_HEADER false |
const | GF_MORE (1 << 5) |
const | GF_SCALE (1 << 3) |
const | GF_TWOBYTWO (1 << 7) |
const | GF_WORDS (1 << 0) |
const | GF_XYSCALE (1 << 6) |
const _TTF_MAC_HEADER false |
Definition at line 26 of file ttfonts.php.
Referenced by TTFontFile\endTTFile().
const GF_MORE (1 << 5) |
Definition at line 32 of file ttfonts.php.
Referenced by TTFontFile\getGlyphs(), and TTFontFile\makeSubset().
const GF_SCALE (1 << 3) |
Definition at line 31 of file ttfonts.php.
Referenced by TTFontFile\getGlyphs(), and TTFontFile\makeSubset().
const GF_TWOBYTWO (1 << 7) |
Definition at line 34 of file ttfonts.php.
Referenced by TTFontFile\getGlyphs(), and TTFontFile\makeSubset().
const GF_WORDS (1 << 0) |
Definition at line 30 of file ttfonts.php.
Referenced by TTFontFile\getGlyphs(), and TTFontFile\makeSubset().
const GF_XYSCALE (1 << 6) |
Definition at line 33 of file ttfonts.php.
Referenced by TTFontFile\getGlyphs(), and TTFontFile\makeSubset().