Hi ,

I would like to read from a file ( text file or ...) some strings , like this :

Font:"Arial"
Font style:"Italic"
Size:"12"
Alignement:"Center"
string:"hello "

, and then write the string in a label or textbox with the font settings specified.

I should do it with several strings , so may be I should create a control to manage it .

Thanks so much .