1
Answer

Color Structure to file

Wb8san

Wb8san

20y
1.7k
1
I am trying to get information in a color structure to a file then retrieve it for a reconstruction of the page it is on. The file will not write the Color.Color to a file. (invalid format) I can write to the file with color.Color.toString However I have not figured out how to convert the retrieved string back to a color. The compiler says it cannot convert a string to color. the COLOR part of color.COLOR will not take a variable holding the color. Search of available documentation has not turned up an answer. Any Ideas
Answers (1)
0
Wb8san

Wb8san

NA 9 0 20y
figured out an answer to the color problem -- not the one I would like but it works. The project uses only 6 colors to at write file time I write a number based on the color and at retrieval time I use this number to determine which color to initiate -- would not be practical on an unlimited pallatte Now my problem is with the text Font FontFamily.Name, Font.Style and Font.Size to not want to retrieve properly The above scheme does not really work well since I don't want to limit Fonts. Any Help Here would be appreciated.