cairo_font_options_equal.Rd
Compares two font options objects for equality.
cairo_font_options_equal(options, other)
options | [ |
---|---|
other | [ |
[int
]
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)
Other cairo-font-options:
cairo_font_options_copy()
,
cairo_font_options_create()
,
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_subpixel_order()
,
cairo_font_options_set_variations()
,
cairo_font_options_status()