cheshirekow
v0.1.0
|
A list of constants used to describe subglyphs. Please refer to the TrueType specification for the meaning of the various flags. More...
Variables | |
const UInt32_t | _2X2 = 0x80 |
const UInt32_t | ARGS_ARE_WORDS = 1 |
const UInt32_t | ARGS_ARE_XY_VALUES = 2 |
const UInt32_t | ROUND_XY_TO_GRID = 4 |
const UInt32_t | SCALE = 8 |
const UInt32_t | USE_MY_METRICS = 0x200 |
const UInt32_t | XY_SCALE = 0x40 |
A list of constants used to describe subglyphs. Please refer to the TrueType specification for the meaning of the various flags.
const UInt32_t freetype::subglyph_flag::ARGS_ARE_XY_VALUES = 2 |
const UInt32_t freetype::subglyph_flag::ROUND_XY_TO_GRID = 4 |
const UInt32_t freetype::subglyph_flag::USE_MY_METRICS = 0x200 |