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_gst_playback_set_subtitle_font_name (player, "Sans 24pt");
this |
a Playback |
font_name |
a font name, or null to set the default font name |