January 27, 20223 yr I'm trying to write text on a png on my ios sdk fm go app. The process works fine on macos however when I move the app to ios sdk, I get the attached error (like it can't find the font). How can I get this to work on iOS? MBS("GMImage.SetFont"; $temp; "Helvetica") Screenshot attached of my script
January 29, 20223 yr So Helvetica is not found? You could try and see what MBS( "GMImage.FontMap" ) returns. You could check what fonts are installed on iOS and pass absolute paths for them as in our examples for other operation systems.
January 31, 20223 yr Author Hi Christian, I ran the MBS( "GMImage.FontMap" ) and was able to get the absolute path of a font on the iOS device. For example: @/System/Library/Fonts/Core/Helvetica.ttc However I still get the error "Unable to read font"
Create an account or sign in to comment