Search found 3 matches
- Thu Oct 28, 2010 3:05 pm
- Forum: VCL
- Topic: TeeFontAntiAlias=ANTIALIASED_QUALITY seems a bad choice
- Replies: 2
- Views: 2244
Re: TeeFontAntiAlias=ANTIALIASED_QUALITY seems a bad choice
Well, it results in worse rendering, at least on my system (vanilla Windows 7).
- Thu Oct 28, 2010 12:00 pm
- Forum: VCL
- Topic: TeeFontAntiAlias=ANTIALIASED_QUALITY seems a bad choice
- Replies: 2
- Views: 2244
TeeFontAntiAlias=ANTIALIASED_QUALITY seems a bad choice
In TeCanvas the following line appears to me to contain a bad choice of default value: TeeFontAntiAlias:Byte=ANTIALIASED_QUALITY For fonts that rely on clear type smoothing (e.g. Segoe UI, the MS C font family introduced with Office 2007) the resulting text looks dreadful. A much better choice would...
- Wed Oct 27, 2010 4:10 pm
- Forum: VCL
- Topic: TChart transparency bug
- Replies: 1
- Views: 1757
TChart transparency bug
I think there is a pretty obvious bug in TChart, but of course, I may well be wrong! Anyway, if you just create a chart, display it on a form, set Align to alClient and then make it transparent (Chart.Color := clNone). Then when you resize the form the chart fails to repaint correctly. The problem i...