resvg_options_create method
@brief Creates a new #resvg_options object.
Should be destroyed via #resvg_options_destroy.
Implementation
ffi.Pointer<resvg_options> resvg_options_create() {
return _resvg_options_create();
}
@brief Creates a new #resvg_options object.
Should be destroyed via #resvg_options_destroy.
ffi.Pointer<resvg_options> resvg_options_create() {
return _resvg_options_create();
}