You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"?