cheshirekow
v0.1.0
|
A list of bit-flags used to indicate the style of a given face. These are used in the ‘style_flags’ field of FT_FaceRec. More...
Variables | |
const UInt_t | BOLD = ( 1 << 1 ) |
Indicates that a given face is bold. More... | |
const UInt_t | ITALIC = ( 1 << 0 ) |
Indicates that a given face style is italic or oblique. More... | |
A list of bit-flags used to indicate the style of a given face. These are used in the ‘style_flags’ field of FT_FaceRec.
const UInt_t freetype::styleflag::BOLD = ( 1 << 1 ) |