pub unsafe extern "C" fn obs_properties_add_font(
props: *mut obs_properties_t,
name: *const c_char,
description: *const c_char,
) -> *mut obs_property_t
Expand description
Adds a font selection property.
A font is an obs_data sub-object which contains the following items: face: face name string style: style name string size: size integer flags: font flags integer (OBS_FONT_* defined above)