set_subtitle_font_name


Description:

[ Version ( deprecated = true , deprecated_since = "1.12" , since = "1.2" ) ]
public void set_subtitle_font_name (string font_name)

Warning: set_subtitle_font_name is deprecated since 1.12.

Sets the font used by the subtitle renderer.

The font_name string must be either null, which means that the default font name of the underlying implementation will be used; or must follow the grammar recognized by font_description_from_string like:

  clutter_media_set_subtitle_font_name (media, "Sans 24pt");

Parameters:

this

a Media

font_name

a font name, or null to set the default font name