Hi all, I'm using a custom font but it's not displaying. I've placed the font in the project folder under Images/Fonts. Here's what I'm writing:
Engine.loadFontAs("{PROJECT_FOLDER}Fonts/AvenirNextFont.ttf", "AvenirNextFont");
Engine.setGlobalFont("AvenirNextFont");
What am I missing?