#[no_mangle]
pub extern "C" fn resvg_options_set_font_size(
    opt: *mut resvg_options,
    size: f64
)
Expand description

@brief Sets the default font size.

Will be used when no font-size attribute is set in the SVG.

Default: 12