cairo_context_set_font_options
Description:
[ Version ( since = "1.10" ) ]
public void cairo_context_set_font_options (Context context, FontOptions? options)
Sets the font options used when rendering text with this context.
These options override any options that [func@update_context] derives from the target surface.
Parameters:
context |
a `PangoContext`, from a pangocairo font map |
options |
a `cairo_font_options_t`, or null to unset any previously set options. A copy is made. |
Namespace: Pango
Package: pangocairo