Page 1 of 1

SaveToMetafileEnh in TeeChart Std

Posted: Sun Jul 01, 2012 5:46 pm
by 16862799
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?

Re: SaveToMetafileEnh in TeeChart Std

Posted: Mon Jul 02, 2012 8:52 am
by yeray
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.

Re: SaveToMetafileEnh in TeeChart Std

Posted: Wed Jul 04, 2012 5:34 pm
by 16862799
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

Re: SaveToMetafileEnh in TeeChart Std

Posted: Thu Jul 05, 2012 9:07 am
by yeray
Hi KruegerSt,

Are you using the exact same project, IDE and TeeChart versions in both machines?

Re: SaveToMetafileEnh in TeeChart Std

Posted: Fri Jul 06, 2012 12:55 pm
by 16862799
Hi Yeray,
i'm using on Win2003-maschine only the compiled EXE from developer-maschine. On this maschine are textes okay.

Re: SaveToMetafileEnh in TeeChart Std

Posted: Mon Jul 09, 2012 10:06 am
by narcis
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.