Text.full
Description:
[ CCode ( has_construct_function = false , type = "ClutterActor*" ) ]
public Text.full (string font_name, string text, Color color)
public Text.full (string font_name, string text, Color color)
Creates a new Text actor, using font_name as the font description;
text will be used to set the contents of the actor; and color will be used as the color to render text.
This function is equivalent to calling Text, set_font_name, set_text and set_color.
Parameters:
| font_name |
a string with a font description |
| text |
the contents of the actor |
| color |
the color to be used to render |
Returns:
|
the newly created Text actor |