Description Usage Arguments Details See Also
View source: R/cairo-font-options.R
Sets the hint style for font outlines for the font options object. This controls whether to fit font outlines to the pixel grid, and if so, whether to optimize for fidelity or contrast. See the documentation for #cairo_hint_style_t for full details.
1 | cairo_font_options_set_hint_style(options, hint_style)
|
options |
[ |
hint_style |
[ |
Since: 1.0
C function prototype: void cairo_font_options_set_hint_style (cairo_font_options_t *options, cairo_hint_style_t hint_style)
Other cairo-font-options:
cairo_font_options_copy()
,
cairo_font_options_create()
,
cairo_font_options_equal()
,
cairo_font_options_get_antialias()
,
cairo_font_options_get_hint_metrics()
,
cairo_font_options_get_hint_style()
,
cairo_font_options_get_subpixel_order()
,
cairo_font_options_get_variations()
,
cairo_font_options_hash()
,
cairo_font_options_merge()
,
cairo_font_options_set_antialias()
,
cairo_font_options_set_hint_metrics()
,
cairo_font_options_set_subpixel_order()
,
cairo_font_options_set_variations()
,
cairo_font_options_status()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.