Function
PangoCairocontext_set_font_options
since: 1.10
Declaration [src]
void
pango_cairo_context_set_font_options (
  PangoContext* context,
  const cairo_font_options_t* options
)
Description [src]
Sets the font options used when rendering text with this context.
These options override any options that pango_cairo_update_context()
derives from the target surface.
Available since: 1.10
Parameters
- context
- 
            Type: PangoContextA PangoContext, from a pangocairo font map.The data is owned by the caller of the function. 
- options
- 
            Type: cairo_font_options_tA cairo_font_options_t, orNULLto unset any previously set options. A copy is made.The argument can be NULL.The data is owned by the caller of the function.