Method

ClutterTextget_layout

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

Returns: 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.