cairo_font_options_get_hint_style.Rd
Gets the hint style for font outlines for the font options object. See the documentation for #cairo_hint_style_t for full details.
cairo_font_options_get_hint_style(options)
options | [ |
---|
[int
]
Return value: the hint style for the font options object
Since: 1.0
C function prototype: cairo_hint_style_t cairo_font_options_get_hint_style (const cairo_font_options_t *options)
Other cairo-font-options:
cairo_font_options_copy()
,
cairo_font_options_create()
,
cairo_font_options_equal()
,
cairo_font_options_get_antialias()
,
cairo_font_options_get_hint_metrics()
,
cairo_font_options_get_subpixel_order()
,
cairo_font_options_get_variations()
,
cairo_font_options_hash()
,
cairo_font_options_merge()
,
cairo_font_options_set_antialias()
,
cairo_font_options_set_hint_metrics()
,
cairo_font_options_set_hint_style()
,
cairo_font_options_set_subpixel_order()
,
cairo_font_options_set_variations()
,
cairo_font_options_status()