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
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