Hello there,
I’m need to use a geofont which is in an user folder and not in the application /assets folder and I get an exception.
Can you clarify why I cannot use something like
ps = new PointStyle(new GeoFont(@"/mnt/sdcard/xxxxx/Fonts/Wingdings.ttf", 12), 115, new GeoSolidBrush(color));
Thank you
Patrick.