Jump to content
Registration disabled at the moment Read more... ×
Mark Billig

TeeChart 11.3 to 12.1

Recommended Posts

I have a program that uses TeeChart and when recompiled with Delphi 12.1 the font size of the left and bottom axis labels are larger.  Everything else seems fine and I can fix it by adding code to change the font.  Any ideas what has caused this?

 

Thanks, Mark

Share this post


Link to post

They did a bunch of work recently to autoscale fonts based on the DPI.  There is are some new enums to control this

 

TCanvasZoomText=(ztManual, ztNo, ztAuto);
TCanvasZoomPen=(zpManual, zpNo, zpAuto);

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×