Re: [Pharo-users] String artifact in Athens canvas

2014-06-17 Thread Hilaire Fernandes
But this other workaround worked for me (at lease until now): drawOnAthensCanvas: aCanvas "Work around for the conflicting size font problem" aCanvas pathTransform restoreAfter: [ aCanvas pathTransform scaleBy: 1.1. "draw text here" super drawOnA

Re: [Pharo-users] String artifact in Athens canvas

2014-06-17 Thread Hilaire Fernandes
Ok found some info on this bugs, thanks. Sadly the workaround will be difficult for DrGeo, because I need dedicated unicode fonts for both the DrGeo widgets (menu, toolbar, tabs, dialog) and for the canvas to show messages in locale languages. Thanks Hilaire Le 17/06/2014 16:43, Hilaire Fernand

Re: [Pharo-users] String artifact in Athens canvas

2014-06-17 Thread Hilaire Fernandes
In this built image, I tried with different font, same problem. Then I try those font on my dev environment and the problem does not show up. The rendering is really strange, see screenshot: letter seems to have different size, string morph extent is strange. I tested the built image with my dev. V

Re: [Pharo-users] String artifact in Athens canvas

2014-06-17 Thread Hilaire Fernandes
Which bug is it ? Le 17/06/2014 14:30, Hilaire Fernandes a écrit : > Yes, which bug > > Le 17/06/2014 02:21, Igor Stasenko a écrit : >> do you use same font within morphic UI? remember there was a bug related >> to it. >> > -- Dr. Geo http://drgeo.eu iStoa - https://launchpad.net/istoa

Re: [Pharo-users] String artifact in Athens canvas

2014-06-17 Thread Hilaire Fernandes
Yes, which bug Le 17/06/2014 02:21, Igor Stasenko a écrit : > do you use same font within morphic UI? remember there was a bug related > to it. > -- Dr. Geo http://drgeo.eu iStoa - https://launchpad.net/istoa

Re: [Pharo-users] String artifact in Athens canvas

2014-06-16 Thread Igor Stasenko
On 16 June 2014 21:54, Hilaire Fernandes wrote: > I got this problem in built image for production using a specific font. > In my devel, environment with other I don't have this problem. > Now in previous release of DrGeo I was using this same specific font and > the problem was not there. > I ju

Re: [Pharo-users] String artifact in Athens canvas

2014-06-16 Thread Hilaire Fernandes
I got this problem in built image for production using a specific font. In my devel, environment with other I don't have this problem. Now in previous release of DrGeo I was using this same specific font and the problem was not there. I just ask to see if other have simimilar problems. I need to ch

Re: [Pharo-users] String artifact in Athens canvas

2014-06-16 Thread Igor Stasenko
weird... looks like translation accumulates for each letter you drawing instead of resetting it On 15 June 2014 21:35, Hilaire Fernandes wrote: > Hello, > > I am experiencing string artifact in athens canvas. It was not there > with pure morphic canvas and the same font. See screen shot > > Tha

Re: [Pharo-users] String artifact in Athens canvas

2014-06-16 Thread stepharo
It looks like this is related to the font information. could you show the same situation with different fonts? On 15/6/14 21:35, Hilaire Fernandes wrote: Hello, I am experiencing string artifact in athens canvas. It was not there with pure morphic canvas and the same font. See screen shot Than