Gets the subpixel order for the font options object. See the documentation for #cairo_subpixel_order_t for full details.

cairo_font_options_get_subpixel_order(options)

Arguments

options

[cairo_font_options_t *] a #cairo_font_options_t

Value

[int]

Details

Return value: the subpixel order for the font options object

Since: 1.0

C function prototype: cairo_subpixel_order_t cairo_font_options_get_subpixel_order (const cairo_font_options_t *options)

See also