Merges non-default options from other into options, replacing existing values. This operation can be thought of as somewhat similar to compositing other onto options with the operation of %CAIRO_OPERATOR_OVER.

cairo_font_options_merge(options, other)

Arguments

options

[cairo_font_options_t *] a #cairo_font_options_t

other

[cairo_font_options_t *] another #cairo_font_options_t

Details

Since: 1.0

C function prototype: void cairo_font_options_merge (cairo_font_options_t *options, const cairo_font_options_t *other)

See also