Files
obs-studio/libobs
jp9000 0bf9736ddd Add font property
Adds the following function:
------------------------------
obs_properties_add_font

This function creates a 'font' property to allow selection of a system
font.  Implementation by the UI should treat the setting as an obs_data
sub-object with four sub-items:
 - face:   face name (string)
 - style:  style name (string)
 - size:   size (integer)
 - flags:  font flags (integer)

'flags' can be any combination of the following values:
 - OBS_FONT_BOLD
 - OBS_FONT_ITALIC
 - OBS_FONT_UNDERLINE
 - OBS_FONT_STRIKEOUT
2014-08-18 00:14:02 -07:00
..
2014-08-09 11:57:37 -07:00
2014-08-09 11:57:37 -07:00
2014-07-27 17:29:10 -07:00
2014-08-18 00:14:02 -07:00
2014-08-18 00:14:02 -07:00
2014-02-12 08:04:50 -07:00