Function
PangoCairocontext_get_font_options
since: 1.10
Declaration [src]
const cairo_font_options_t*
pango_cairo_context_get_font_options (
PangoContext* context
)
Description [src]
Retrieves any font rendering options previously set with
pango_cairo_context_set_font_options()
.
This function does not report options that are derived from
the target surface by pango_cairo_update_context()
.
Available since: 1.10
Parameters
context
-
Type:
PangoContext
A
PangoContext
, from a pangocairo font map.The data is owned by the caller of the function.
Return value
Type: cairo_font_options_t
The font options previously set on the
context, or NULL
if no options have been set. This value is
owned by the context and must not be modified or freed.
The data is owned by the called function. |
The return value can be NULL . |