WasmWinforms
WasmWinforms copied to clipboard
dl_mapping_symbol - proc name GdipNewPrivateFontCollection not matched
libgdiplus has the function "GdipNewPrivateFontCollection". So if I'm not mistaken the mapping in mono-wasm is missing. So all that needs to be done is to add the mapping to "libgdi_library_mappings" in "driver.c"?
yes