#[no_mangle]
pub extern "C" fn resvg_options_set_serif_family(
opt: *mut resvg_options,
family: *const c_char,
)
Expand description
@brief Sets the serif
font family.
Must be UTF-8. NULL is not allowed.
Has no effect when the text
feature is not enabled.
Default: Times New Roman