Question: Hi - I am sure this is very simple but it is late at night and I want to get this finished - so 500 points for a quick answer.
I have saved a font from a richtextbox as a string, which I also store in a sql table.
i.e. savedfont = Richtextbox.font.tostring
Later if I want to reload the font from the sql table, how do I reapply that font back to the richtextbox
i.e. richtextbox.font = xxxxxxxxxx
Can I do it like this and if so please let me know how ?