Hey all,
First off, apologies if this is answered elsewhere... I've been searching for a while now and haven't found anything.
My question is:
Is it possible to set a new SpriteFont Image and accompanying Character Set on the fly?
The goal is for me to swap out different alphabets based on user-selected languages. The text content swaps out fine of course, but I'd really rather not have to have a new SpriteFont in the game for every different alphabet I may end up needing access to. Granted, I'm a long way off of any language other than English being used, but I'd like to build in this kind of accessibilty potential at the beginning, rather than later... So if its not possible out of the box, is it something I can tinker with in the plugin's code? I'm happy to make a duplicate plugin and play around with it, I just thought I'd ask first.
Thanks in advance,
Brent