Method
ClutterTextget_font_description
since: 1.2
Declaration [src]
PangoFontDescription*
clutter_text_get_font_description (
ClutterText* self
)
Description [src]
Retrieves the PangoFontDescription
used by self
.
Available since: 1.2
Gets property | Clutter.Text:font-description |
Return value
Type: PangoFontDescription
A PangoFontDescription
. The returned value is owned
by the ClutterText
actor and it should not be modified or freed.
The caller of the method takes ownership of the data, and is responsible for freeing it. |