Searched refs:font_options (Results 1 – 1 of 1) sorted by relevance
104 cairo_font_options_t *font_options; in helper_cairo_create_scaled_font() local109 font_options = cairo_font_options_create (); in helper_cairo_create_scaled_font()110 cairo_font_options_set_hint_style (font_options, CAIRO_HINT_STYLE_NONE); in helper_cairo_create_scaled_font()111 cairo_font_options_set_hint_metrics (font_options, CAIRO_HINT_METRICS_OFF); in helper_cairo_create_scaled_font()116 font_options); in helper_cairo_create_scaled_font()118 cairo_font_options_destroy (font_options); in helper_cairo_create_scaled_font()