Yet another Font question

Hi Julian.

Can the Font class load a custom font file from a drive or memory?
If yes, can you point me in the right direction?
If no, do you plan to introduce this feature in JUCE in the nearest future?

It can’t load a normal font file from a stream, but it can load a font that you’ve saved using its own serialisation method - the Typeface class is the place to look for that stuff.

Thank you for your support.