set_font_description
Description:
[ Version ( since = "1.2" ) ]
public void set_font_description (FontDescription font_desc)
Sets font_desc
as the font description for a Text
The FontDescription is copied by the Text actor so you can
safely call free on it after calling this function.
Parameters:
this |
a Text
|
font_desc |
a FontDescription
|