Are fonts embedded?
-
If I'm using a custom font in my project do I need to install it on the user's system or is it embedded in my plugin?
-
@d-healey It should be embedded, but there are a few glitches, eg. subtle naming differences that might prevent loading the embedded font but HISE loads the "fallback" installed font. Definitely try to load your plugin on a system without the font installed before deployment.
-
@Christoph-Hart Ok thanks!
-
@d-healey I had to specify the custom font in each instance of text, as "default" settings would not render any text, even though the default font was set in the script.
This is a quirk that didn't exist at first, but then got introduced at some point. Not sure if it is still present.