set_font_name
Description:
[ Version ( deprecated = true ,  deprecated_since = "1.4" ,  since = "1.0" ) ]
public void set_font_name (string font_name)
  public void set_font_name (string font_name)
Warning: set_font_name is deprecated since 1.4.
Sets the default font to be used by Clutter.
Note: 
      
        
    
    Use font_name instead
 The font_name string must either be null, which means that the font name from the default 
      Backend will be used; or be something that can be parsed by the 
      font_description_from_string function.
Parameters:
| this | a Backend | 
| font_name | the name of the font |