Italic Global Font
-
Any idea on how to set the global font as the italic version?
-
I think this link will help you:
https://docs.hise.audio/scripting/scripting-api/engine/index.html#setglobalfontEngine.setGlobalFont(String fontName)
In order to do so, put them all in a Fonts subdirectory of the Images folder, and access it with
javascriptEngine.loadFontAs("{PROJECT_FOLDER}Fonts/Heebo.ttf", "heebo");
Engine.setGlobalFont("heebo"); -
@dustbro ah I had put a font, didn't know I could use my own font file for it - cheers