Sets the antialiasing mode for the font options object. This specifies the type of antialiasing to do when rendering text.

cairo_font_options_set_antialias(options, antialias)

Arguments

options

[cairo_font_options_t *] a #cairo_font_options_t

antialias

[int] the new antialiasing mode

Details

Since: 1.0

C function prototype: void cairo_font_options_set_antialias (cairo_font_options_t *options, cairo_antialias_t antialias)

See also