how to antialias text on buttons and other winform controls

P

Peted

Are there any options to enable an antialias function on standard
winform controls ?

things like the displayed text on buttons , radio buttons and other
standard controls look a bit jagged and stuff, is it possible to
antialis the text that gets entered into the text property of the
controls ?



thanks for any help

Peted
 
M

Michael A. Covington

Are there any options to enable an antialias function on standard
winform controls ?

things like the displayed text on buttons , radio buttons and other
standard controls look a bit jagged and stuff, is it possible to
antialis the text that gets entered into the text property of the
controls ?

Mostly, it's a user setting, not a setting in your program. Look up
"ClearType".

Also, use Tahoma rather than MS Sans Serif as your default font. It looks a
lot better.
 
P

Peted

Mostly, it's a user setting, not a setting in your program. Look up
"ClearType".

Also, use Tahoma rather than MS Sans Serif as your default font. It looks a
lot better.

thanks. I tried this and it only made the most miniscule difference.
There is still pixelisation, but the tinyist amount of smoothing is
visible

i was hoping there might be a way to enable antialias levels with c#
to provide for better smoothing


thanks

Peted
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top