Apple does not recognise otf font?
-
Engine.loadFontAs("{PROJECT_FOLDER}Seravek_Basic.otf", "CleanFont");
Does anyone else have an issue where when loading in a custom font (place in the images folder inside the project folder) and loaded into Hise like so, that Label elements set to this new Font name 'CleanFont' do not work?
I'd like to know if it's just my machine. That may be a real possibility as I am creating a crossplatform project, and the original project was created on windows. Everything else works apart from the custom fonts.
-
@griffinboy does it work if you paint in a panel's paint routine??