XML - FontFamily to Style="font-family:Segoe

Trips

Well-known member
Joined
Aug 7, 2010
Messages
2,788
I want to read/write to a C# Class the atributes: font-family and color from the xml tag "Text"
The xml file should be like that:
<Text Style="font-family:Fixedsys; color:#000000; hm</Text>
How should be my C# Class ? I could not find a list/enum of system fonts styles and color codes like xml style "#00000".
Hope you can understand my question now..
Thanks

View the full article
 
Back
Top