Method
ClutterActorcreate_pango_context
Declaration [src]
PangoContext*
clutter_actor_create_pango_context (
ClutterActor* self
)
Description [src]
Creates a PangoContext
for the given actor. The PangoContext
is already configured using the appropriate font map, resolution
and font options.
See also clutter_actor_get_pango_context().
Available since: | 1.0 |
Return value
Returns: | PangoContext |
The newly created |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |