How would one store a color or a font into a database? Is there a method to turn the color or font into a number? Do you have to do it another more tedious way? Any response will be helpful.
Im not sure about the font, because you would have to install it
to even be able to use it, but Color.ToArgb() returns an integer
thats unique to that color. You can then get the number back into
a color structure by calling Color.FromArgb().
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.