Preset browser and whole plug-in font changed to a different language?
-
I was messing around testing a compiled plug-in on another machine and the preset browser and any instance where a label or font was called the font changed to a whole different language it looked Arabic. Any ideas why this happened and how to prevent it from happening?!
-
@mwplugs You need to use
loadFontAs()
and some fonts will screw up on different operating systems, Google's Material fonts are a safe bet. -
@d-healey can you give me a snippet example of usage thanks!
-
Engine.loadFontAs("{PROJECT_FOLDER}Fonts/Lato-Bold.ttf", "bold"); Engine.loadFontAs("{PROJECT_FOLDER}Fonts/Lato-Regular.ttf", "regular");