Page 1 of 1

How Can I use font size properity?

Posted: 11 Jul 2011, 04:47
by a15939
Dear Sir,
For those unicode controls, I had try to use font size properity to change it's visual effect but it does not. Could you tell me if it does not work or I miss something. Thank you very much.

Re: How Can I use font size properity?

Posted: 11 Jul 2011, 06:29
by TiKu
You probably have set the UseSystemFont property to True. In this case the Font property is ignored and the system font is used. Set UseSystemFont to False in order to use a custom font.

Re: How Can I use font size properity?

Posted: 12 Jul 2011, 09:44
by a15939
Thanks for your clarify.