Method

ClutterTextget_font_name

since: 1.0

Declaration [src]

const gchar*
clutter_text_get_font_name (
  ClutterText* self
)

Description [src]

Retrieves the font name as set by clutter_text_set_font_name().

Available since: 1.0

Gets propertyClutter.Text:font-name

Return value

Type: const gchar*

A string containing the font name. The returned string is owned by the ClutterText actor and should not be modified or freed.

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