#[no_mangle]
pub extern "C" fn resvg_options_set_font_size(
opt: *mut resvg_options,
size: f32,
)Expand description
@brief Sets the default font size.
Will be used when no font-size attribute is set in the SVG.
Default: 12
#[no_mangle]
pub extern "C" fn resvg_options_set_font_size(
opt: *mut resvg_options,
size: f32,
)@brief Sets the default font size.
Will be used when no font-size attribute is set in the SVG.
Default: 12