Blur fonts
Blur fonts
Hello.
In Mac OS font inside charts have blur fonts.
How does it fixed?
p.s.
In windows is all ok
Dmitry
In Mac OS font inside charts have blur fonts.
How does it fixed?
p.s.
In windows is all ok
Dmitry
- Attachments
-
- Screen Shot 2014-08-05 at 12.52.44.png (17.83 KiB) Viewed 61524 times
Re: Blur fonts
Hello Dimitry,
I've ran the Swing TeeChart.Features.jar examples in a Mac OSX and the fonts seem to look fine: Does the demo look fine for you too?
I've ran the Swing TeeChart.Features.jar examples in a Mac OSX and the fonts seem to look fine: Does the demo look fine for you too?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Blur fonts
builded swt examples
too same
bluuuur
too same
bluuuur
- Attachments
-
- Screen Shot 2014-08-06 at 23.50.50.png (21.01 KiB) Viewed 61461 times
Re: Blur fonts
one more screenshot
- Attachments
-
- Screen Shot 2014-08-06 at 23.54.45.png (182.58 KiB) Viewed 61462 times
Re: Blur fonts
Hello,
I assume you are zooming the image. Here it is what I get without zooming it: Now, if I zoom this image a 300% I get this: Note TeeChart texts look as blurred as the labels and other texts in the application, isn't it?
I assume you are zooming the image. Here it is what I get without zooming it: Now, if I zoom this image a 300% I get this: Note TeeChart texts look as blurred as the labels and other texts in the application, isn't it?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Blur fonts
no zooming!!!
I had same the issue for my application
help me to set <key>NSHighResolutionCapable</key> in info.plist in my case
Try view your swt chart example on retina
I had same the issue for my application
help me to set <key>NSHighResolutionCapable</key> in info.plist in my case
Try view your swt chart example on retina
Re: Blur fonts
Hello,
Give it a try at these properties.
I'm afraid we don't have a Mac with retina display here.Dmitry wrote:no zooming!!!
I had same the issue for my application
help me to set <key>NSHighResolutionCapable</key> in info.plist in my case
Try view your swt chart example on retina
Give it a try at these properties.
Code: Select all
tChart1.getGraphics3D().setSmoothingMode(false);
tChart1.getGraphics3D().setTextSmooth(false);
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Blur fonts
didn't hel me
Can I change type of font (Monaco, Colibri and etc) for elements?
Can I change type of font (Monaco, Colibri and etc) for elements?
Re: Blur fonts
Hello,
I'm afraid it's difficult for us to reproduce this here if this needs an OSX with a retina display.Dmitry wrote:didn't hel me
Yes, ie:Dmitry wrote:Can I change type of font (Monaco, Colibri and etc) for elements?
Code: Select all
bar1.getMarks().getFont().setName("Monaco");
tChart1.getAxes().getLeft().getLabels().getFont().setName("Monaco");
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Blur fonts
And it doesn't help me
look at http://docs.oracle.com/javase/tutorial/ ... hints.html
Possible you can change parameter for rendering font in java2d or give a possibility to change this parameter
Best regard
look at http://docs.oracle.com/javase/tutorial/ ... hints.html
Possible you can change parameter for rendering font in java2d or give a possibility to change this parameter
Best regard