SaveToMetafileEnh in TeeChart Std

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
KruegerSt
Newbie
Newbie
Posts: 3
Joined: Thu Jun 21, 2012 12:00 am

SaveToMetafileEnh in TeeChart Std

Post by KruegerSt » Sun Jul 01, 2012 5:46 pm

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

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: SaveToMetafileEnh in TeeChart Std

Post by Yeray » Mon Jul 02, 2012 8:52 am

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:

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;
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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

KruegerSt
Newbie
Newbie
Posts: 3
Joined: Thu Jun 21, 2012 12:00 am

Re: SaveToMetafileEnh in TeeChart Std

Post by KruegerSt » Wed Jul 04, 2012 5:34 pm

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

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: SaveToMetafileEnh in TeeChart Std

Post by Yeray » Thu Jul 05, 2012 9:07 am

Hi KruegerSt,

Are you using the exact same project, IDE and TeeChart versions in both machines?
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

KruegerSt
Newbie
Newbie
Posts: 3
Joined: Thu Jun 21, 2012 12:00 am

Re: SaveToMetafileEnh in TeeChart Std

Post by KruegerSt » Fri Jul 06, 2012 12:55 pm

Hi Yeray,
i'm using on Win2003-maschine only the compiled EXE from developer-maschine. On this maschine are textes okay.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: SaveToMetafileEnh in TeeChart Std

Post by Narcís » Mon Jul 09, 2012 10:06 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply