Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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.

 

Phylum

  • *Experts*
Posted

I'm 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

that's unique to that color. You can then get the number back into

a color structure by calling Color.FromArgb().

"Being grown up isn't half as fun as growing up

These are the best days of our lives"

-The Ataris, In This Diary

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...