Searched refs:font_options (Results 1 – 1 of 1) sorted by relevance
105 cairo_font_options_t *font_options; in helper_cairo_create_scaled_font() local111 font_options = cairo_font_options_create (); in helper_cairo_create_scaled_font()112 cairo_font_options_set_hint_style (font_options, CAIRO_HINT_STYLE_NONE); in helper_cairo_create_scaled_font()113 cairo_font_options_set_hint_metrics (font_options, CAIRO_HINT_METRICS_OFF); in helper_cairo_create_scaled_font()118 font_options); in helper_cairo_create_scaled_font()120 cairo_font_options_destroy (font_options); in helper_cairo_create_scaled_font()