Public Types | |
typedef cairo_font_options_t | cobject |
Public Member Functions | |
const cobject * | cobj () const |
cobject * | cobj () |
FontOptions (const FontOptions &src) | |
FontOptions (cairo_font_options_t *cobject, bool take_ownership=false) | |
FontOptions () | |
Antialias | get_antialias () const |
HintMetrics | get_hint_metrics () const |
HintStyle | get_hint_style () const |
SubpixelOrder | get_subpixel_order () const |
unsigned long | hash () const |
void | merge (const FontOptions &other) |
FontOptions & | operator= (const FontOptions &src) |
bool | operator== (const FontOptions &src) const |
void | set_antialias (Antialias antialias) |
void | set_hint_metrics (HintMetrics hint_metrics) |
void | set_hint_style (HintStyle hint_style) |
void | set_subpixel_order (SubpixelOrder subpixel_order) |
virtual | ~FontOptions () |
Protected Attributes | |
cobject * | m_cobject |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|