Property
ClutterText:font-name
since: 13
Description [src]
The font to be used by the ClutterText
, as a string
that can be parsed by pango_font_description_from_string()
.
If set to NULL
, the default system font will be used instead.
Type: | gchar* |
Available since: | 13 |
Default value | NULL |
Getter method | clutter_text_get_font_name() |
Setter method | clutter_text_set_font_name() |