Friends
Though I have set my applications rendering mode to high-quality, I'm not getting high quality graphics.
1. Mainly the fonts of UI objects (like CommandButtons, Menu, Grid, etc ...) are NOT smooth. It looks like an arrangement of few pixels in a thread (though technically all are pixels :)). If you see native windows controls or fonts of a flash based application they are really smooth. Like in Windows XP on display -> appearance properties -> Effects, there is an option for font smoothness for "Standard" or "Clear Type" and Clear Type gives better look and smooth fonts. Is there any way to get really smooth fonts for UI objects in Curl ? I believe its related to anti-aliasing implementation of Curl.
2. How to apply same font family, size, color of all text, UI Objects fonts globally to my whole application (like a non-local option) ? Means I'll specify at one place may be at start.curl and all UI objects (text + controls) will have same font, color, size.
Thank you
Though I have set my applications rendering mode to high-quality, I'm not getting high quality graphics.
1. Mainly the fonts of UI objects (like CommandButtons, Menu, Grid, etc ...) are NOT smooth. It looks like an arrangement of few pixels in a thread (though technically all are pixels :)). If you see native windows controls or fonts of a flash based application they are really smooth. Like in Windows XP on display -> appearance properties -> Effects, there is an option for font smoothness for "Standard" or "Clear Type" and Clear Type gives better look and smooth fonts. Is there any way to get really smooth fonts for UI objects in Curl ? I believe its related to anti-aliasing implementation of Curl.
2. How to apply same font family, size, color of all text, UI Objects fonts globally to my whole application (like a non-local option) ? Means I'll specify at one place may be at start.curl and all UI objects (text + controls) will have same font, color, size.
Thank you
Tags:
smooth,
fonts,
anti-aliasing