SaveToMetafileEnh in TeeChart Std
SaveToMetafileEnh in TeeChart Std
Hallo together, i'm using TChart 2012 Std in Delphi 7. On exporting of Chart in EMF is the type face of title, legends and axis textes are not so nice. On Using of SaveToBitmap is all right (see figures in attachment). I'm using Arial 8 - Arial 10. What can i do to make an nice type face in EMF?
- Attachments
-
- Charts.zip
- Charts
- (10.89 KiB) Downloaded 331 times
Re: SaveToMetafileEnh in TeeChart Std
Hi KruegerSt,
More than "not so nice" texts they just look as antialiased texts, isn't it?
Anyway I'm not able to reproduce it here with the following code:
I guess you are using GDI+, TAntiAliasTool or something else I'm missing. Could you please arrange a simple example project we can run as-is to reproduce the situation here?
Thanks in advance.
More than "not so nice" texts they just look as antialiased texts, isn't it?
Anyway I'm not able to reproduce it here with the following code:
Code: Select all
procedure TForm1.FormCreate(Sender: TObject);
begin
Chart1.Title.Text.Text:='SchmerzbehandungÄrzte (FA)';
Chart1.Title.Font.Name:='Arial';
Chart1.Title.Font.Size:=10;
end;
Thanks in advance.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: SaveToMetafileEnh in TeeChart Std
Hello Yeray,
i'm sorry. While bulding of simple sample i detect, that i get this problem only on my developer-maschine (WinXP SP2). On another system (Win2003) textes are okay.
No i don't use GDI+ or TAntiAliasTool. My code is similar to your code snip. Thanks for help
i'm sorry. While bulding of simple sample i detect, that i get this problem only on my developer-maschine (WinXP SP2). On another system (Win2003) textes are okay.
No i don't use GDI+ or TAntiAliasTool. My code is similar to your code snip. Thanks for help
Re: SaveToMetafileEnh in TeeChart Std
Hi KruegerSt,
Are you using the exact same project, IDE and TeeChart versions in both machines?
Are you using the exact same project, IDE and TeeChart versions in both machines?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: SaveToMetafileEnh in TeeChart Std
Hi Yeray,
i'm using on Win2003-maschine only the compiled EXE from developer-maschine. On this maschine are textes okay.
i'm using on Win2003-maschine only the compiled EXE from developer-maschine. On this maschine are textes okay.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: SaveToMetafileEnh in TeeChart Std
Hi KruegerSt,
Thanks for your feedback. Are there important hardware differences between both machines as far as graphics concern? Very different graphic processors, screen resolution or settings, etc.? Can you run the test in different machines?
Thanks in advance.
Thanks for your feedback. Are there important hardware differences between both machines as far as graphics concern? Very different graphic processors, screen resolution or settings, etc.? Can you run the test in different machines?
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 |