Is there a way to load a custom font for use in a custom view inside of a script?
To be clear, I don't want to load a font for the user to use in general, in this use case the font has symbols I want to be able to use, and it's a convenient way to store vector icon images. I don't see an obvious way to load a font from my local script area...wondering if this is a sandbox security thing?
Slightly off-topic: as of iOS 13 Apple is supplying a special system standard symbols "font" which UIImages will be able to load individual icons from, which is basically the same idea as what I want to do here.
