HomeSort by relevance Sort by last modified time
    Searched full:font_options (Results 1 - 1 of 1) sorted by null

  /external/harfbuzz_ng/util/
helper-cairo.cc 79 cairo_font_options_t *font_options; local
84 font_options = cairo_font_options_create ();
85 cairo_font_options_set_hint_style (font_options, CAIRO_HINT_STYLE_NONE);
86 cairo_font_options_set_hint_metrics (font_options, CAIRO_HINT_METRICS_OFF);
91 font_options);
93 cairo_font_options_destroy (font_options);

Completed in 244 milliseconds