cairo_font_options_set_subpixel_order.Rd
Sets the subpixel order for the font options object. The subpixel order specifies the order of color elements within each pixel on the display device when rendering with an antialiasing mode of %CAIRO_ANTIALIAS_SUBPIXEL. See the documentation for #cairo_subpixel_order_t for full details.
cairo_font_options_set_subpixel_order(options, subpixel_order)
options | [ |
---|---|
subpixel_order | [ |
Since: 1.0
C function prototype: void cairo_font_options_set_subpixel_order (cairo_font_options_t *options, cairo_subpixel_order_t subpixel_order)
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_hint_style()
,
cairo_font_options_set_variations()
,
cairo_font_options_status()