January 9, 201610 yr So does the font load locally or is it saved into the jar when you create a script? I want to use a non-system font in my GUI and i'm afraid that when other people use the script, it won't show on their end. Which way does it go?
January 9, 201610 yr It uses the Fonts available in your system afaik. Edited January 9, 201610 yr by KEVzilla
January 9, 201610 yr If you load it from a resource included in your jar, then you're fine. If you simply specify the font name/family, it will look for it in the system running the script. If it can't find it, it'll probably fall back to its default font
Create an account or sign in to comment