Compares two font options objects for equality.

cairo_font_options_equal(options, other)

Arguments

options

[cairo_font_options_t *] a #cairo_font_options_t

other

[cairo_font_options_t *] another #cairo_font_options_t

Value

[int]

Details

Return value: %TRUE if all fields of the two font options objects match. Note that this function will return %FALSE if either object is in error.

Since: 1.0

C function prototype: cairo_bool_t cairo_font_options_equal (const cairo_font_options_t *options, const cairo_font_options_t *other)

See also