Method

PangoLayoutget_text

Declaration [src]

const char*
pango_layout_get_text (
  PangoLayout* layout
)

Description [src]

Gets the text in the layout.

The returned text should not be freed or modified.

Return value

Type: const char*

The text in the layout.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.