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)

Arguments

options

[cairo_font_options_t *] a #cairo_font_options_t

Value

[int]

Details

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)

See also