cairo_font_options_hash.Rd
Compute a hash for the font options object; this value will be useful when storing an object containing a #cairo_font_options_t in a hash table.
cairo_font_options_hash(options)
options | [ |
---|
[unsigned long
]
Return value: the hash value for the font options object. The return value can be cast to a 32-bit type if a 32-bit hash value is needed.
Since: 1.0
C function prototype: unsigned long cairo_font_options_hash (const cairo_font_options_t *options)
Other cairo-font-options:
cairo_font_options_copy()
,
cairo_font_options_create()
,
cairo_font_options_equal()
,
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_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()