Method
ClutterTextget_layout
since: 1.0
Declaration [src]
PangoLayout*
clutter_text_get_layout (
ClutterText* self
)
Description [src]
Retrieves the current PangoLayout
used by a ClutterText
actor.
Available since: 1.0
Return value
Type: PangoLayout
A PangoLayout
. The returned object is owned by
the ClutterText
actor and should not be modified or freed.
The data is owned by the instance. |