Description Usage Arguments Details Value See Also
View source: R/cairo-font-options.R
Gets the OpenType font variations for the font options object. See cairo_font_options_set_variations() for details about the string format.
1 |
options |
[ |
Return value: the font variations for the font options object. The returned string belongs to the options and must not be modified. It is valid until either the font options object is destroyed or the font variations in this object is modified with cairo_font_options_set_variations().
Since: 1.16
C function prototype: const char * cairo_font_options_get_variations (cairo_font_options_t *options)
[const char *
]
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_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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.