View Single Post
Old 27-Feb-2007, 08:50 PM   #1 (permalink)
Sangeetha
Fixed Error!
 
Sangeetha's Avatar

Posts: 139
Location: Chennai
Join Date: Feb 2007
Rep Power: 2 Sangeetha is on a distinguished road

IM:
Default Font Saved As String

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 ?
Sangeetha is offline   Reply With Quote