Hello,
Setting the antialias text does not affect text on labels or titles of Axis. I am using Delphi XE and the latest 2010 update and I am beginning to miss the evaluation version (it worked better at least for me).
Regards
Another issue with latest 2010 update
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Another issue with latest 2010 update
Hi johnnix,
Is this using GDI+? Can you please have a look at the example at What's New?\Welcome!\New Components\GDI+? You may need to sent AntiAliasText as in this example, for example:
Is this using GDI+? Can you please have a look at the example at What's New?\Welcome!\New Components\GDI+? You may need to sent AntiAliasText as in this example, for example:
Code: Select all
TeeGDIPlus1.AntiAliasText:=gpfClearType;
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: Another issue with latest 2010 update
Hello Narcis,
Just drop a TeeGDIPlus and assign a TeePanel. Changing the AbtiAlias Text property of the TeeGDIPlus does not have any affect on the plot.
Regards
Just drop a TeeGDIPlus and assign a TeePanel. Changing the AbtiAlias Text property of the TeeGDIPlus does not have any affect on the plot.
Regards
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Another issue with latest 2010 update
Hi johnnix,
It has for me here, I can see it in chart header and the legend if the GDI+ component is active, of course. Does this occur at your end?
Thanks in advance.
It has for me here, I can see it in chart header and the legend if the GDI+ component is active, of course. Does this occur at your end?
Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: Another issue with latest 2010 update
Hello Narcis,
I am sorry but I forgot to mention that it works only for legend and chart title, axis titles and labels do not respond to any change.
Regards
John
I am sorry but I forgot to mention that it works only for legend and chart title, axis titles and labels do not respond to any change.
Regards
John
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Another issue with latest 2010 update
Hi John,
Ok, thanks for the info. I have added this to the bug-list too (TV52015222).
Ok, thanks for the info. I have added this to the bug-list too (TV52015222).
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |