Re: [Pharo-dev] Font problem identified

2014-04-02 Thread Ben Coman
Ben Coman wrote: I only did the simplest thing that I could think of. I now notice it has the downside of dirtying the package. I'll have a go at pragma solution. What would you suggest to name the pragma? embeddedFont ? Sorry - I'm suddenly over-extended needing to work back for my

Re: [Pharo-dev] Font problem identified

2014-04-01 Thread Pharo4Stef
Thanks I will have a look. I was thinking to put in place a registration mechanism. Stef On 30 Mar 2014, at 19:56, Ben Coman b...@openinworld.com wrote: Pharo4Stef wrote: Thanks for you suggestion I will check how to implement a registration mechanism. I was wondering if I missed the

Re: [Pharo-dev] Font problem identified

2014-04-01 Thread Tudor Girba
I reviewed the changes of Ben, and he implemented a registration mechanism based on subclassing an abstract font class. I would prefer a registration mechanism based on pragmas that is similar to the settings one. Doru On Tue, Apr 1, 2014 at 11:01 AM, Pharo4Stef pharo4s...@free.fr wrote:

Re: [Pharo-dev] Font problem identified

2014-04-01 Thread Igor Stasenko
On 1 April 2014 11:34, Tudor Girba tu...@tudorgirba.com wrote: I reviewed the changes of Ben, and he implemented a registration mechanism based on subclassing an abstract font class. I would prefer a registration mechanism based on pragmas that is similar to the settings one. yeah, could be

Re: [Pharo-dev] Font problem identified

2014-04-01 Thread Igor Stasenko
On 1 April 2014 14:56, Ben Coman b...@openinworld.com wrote: I only did the simplest thing that I could think of. I now notice it has the downside of dirtying the package. I'll have a go at pragma solution. What would you suggest to name the pragma? embeddedFont ? embeddedFontS or

Re: [Pharo-dev] Font problem identified

2014-03-30 Thread Ben Coman
Pharo4Stef wrote: Thanks for you suggestion I will check how to implement a registration mechanism. I was wondering if I missed the obvious. Stef i'd like to point out, that there is of course easy brute-force solution to this problem (simply put dirty patch to force re-loading

Re: [Pharo-dev] Font problem identified

2014-03-29 Thread Igor Stasenko
On 28 March 2014 22:40, Pharo4Stef pharo4s...@free.fr wrote: Hi guys I found the problem now I will think about the solution. https://pharo.fogbugz.com/default.asp?13149 Stef i'd like to point out, that there is of course easy brute-force solution to this problem (simply put dirty patch

Re: [Pharo-dev] Font problem identified

2014-03-29 Thread Pharo4Stef
Thanks for you suggestion I will check how to implement a registration mechanism. I was wondering if I missed the obvious. Stef i'd like to point out, that there is of course easy brute-force solution to this problem (simply put dirty patch to force re-loading fonts).. however, i

[Pharo-dev] Font problem identified

2014-03-28 Thread Pharo4Stef
Hi guys I found the problem now I will think about the solution. https://pharo.fogbugz.com/default.asp?13149 Stef