resvg_options_set_monospace_family method
@brief Sets the monospace
font family.
Must be UTF-8. NULL is not allowed.
Has no effect when the text
feature is not enabled.
Default: Courier New
Implementation
void resvg_options_set_monospace_family(
ffi.Pointer<resvg_options> opt,
ffi.Pointer<ffi.Char> family,
) {
return _resvg_options_set_monospace_family(
opt,
family,
);
}