Gets the metrics hinting mode for the font options object. See the documentation for #cairo_hint_metrics_t for full details.

cairo_font_options_get_hint_metrics(options)

Arguments

options

[cairo_font_options_t *] a #cairo_font_options_t

Value

[int]

Details

Return value: the metrics hinting mode for the font options object

Since: 1.0

C function prototype: cairo_hint_metrics_t cairo_font_options_get_hint_metrics (const cairo_font_options_t *options)

See also