[Pharo-project] how to use dejavu bitmap fonts

2011-01-31 Thread Tudor Girba
Hi, I am trying to use the DejaVuBitmapFonts, but I do not know how to install them. I tried the following: Gofer it squeaksource: 'DejaVu'; package: 'DejaVuBitmapFonts'; load. DejaVuHolder installFull. However, this creates a problem in using TextConstants. Can anyone

Re: [Pharo-project] how to use dejavu bitmap fonts

2011-01-31 Thread Stéphane Ducasse
The package should be updated to 1.2. It should declare fonts probably in one of the classVar of the TextConstant SharedPool. Probably TextSharedInformation have a look. In 1.2 we cleaned the last global poolvar = textConstant which was used as a pool but also as a repository to plug

Re: [Pharo-project] how to use dejavu bitmap fonts

2011-01-31 Thread Tudor Girba
I took a look, but I do not know what to do :(. Can anyone else provide some more specific directions? Cheers, Doru On 31 Jan 2011, at 22:00, Stéphane Ducasse wrote: > The package should be updated to 1.2. > > It should declare fonts probably in one of the classVar of the TextConstant > Sha

Re: [Pharo-project] how to use dejavu bitmap fonts

2011-01-31 Thread Alain Plantec
Le 31/01/2011 22:27, Tudor Girba a écrit : I took a look, but I do not know what to do :(. Can anyone else provide some more specific directions? Hi Doru, I've take a look and I think I've fixed it. Unfortunately the network is much too slow here for this BIG package. You can simply fix it by y

Re: [Pharo-project] how to use dejavu bitmap fonts

2011-01-31 Thread Nicolas Cellier
2011/1/31 Stéphane Ducasse : > The package should be updated to 1.2. > > It should declare fonts probably in one of the classVar of the TextConstant > SharedPool. > Probably >        TextSharedInformation have a look. > > In 1.2 we cleaned the last global poolvar = textConstant which was used as a

Re: [Pharo-project] how to use dejavu bitmap fonts

2011-01-31 Thread Stéphane Ducasse
> >> The package should be updated to 1.2. >> >> It should declare fonts probably in one of the classVar of the TextConstant >> SharedPool. >> Probably >>TextSharedInformation have a look. >> >> In 1.2 we cleaned the last global poolvar = textConstant which was used as a >> pool but al

Re: [Pharo-project] how to use dejavu bitmap fonts

2011-01-31 Thread Stéphane Ducasse
> Hi Doru, > I've take a look and I think I've fixed it. > Unfortunately the network is much too slow here for this BIG package. > You can simply fix it by yourself locally (before it is uploaded on > squeaksource). > Just edit DejaVuHolder class >> #installSizes: > and set it to: > > installSiz

Re: [Pharo-project] how to use dejavu bitmap fonts

2011-02-01 Thread Benjamin
If it's still not working, I can have a look if you want :) Ben On Feb 1, 2011, at 7:07 AM, Stéphane Ducasse wrote: > >> Hi Doru, >> I've take a look and I think I've fixed it. >> Unfortunately the network is much too slow here for this BIG package. >> You can simply fix it by yourself locally

Re: [Pharo-project] how to use dejavu bitmap fonts

2011-02-01 Thread Marcus Denker
On Feb 1, 2011, at 11:02 AM, Benjamin wrote: > If it's still not working, I can have a look if you want :) > We should integrate that into 1.3 soon... > > Ben > > On Feb 1, 2011, at 7:07 AM, Stéphane Ducasse wrote: > >> >>> Hi Doru, >>> I've take a look and I think I've fixed it. >>> Unfor

Re: [Pharo-project] how to use dejavu bitmap fonts

2011-02-01 Thread Alain Plantec
Le 01/02/2011 11:02, Benjamin a écrit : If it's still not working, I can have a look if you want :) strange, it works here with 1.3 and DejaVuBitmapFonts-AlainPlantec.14. Cheers Alain Ben On Feb 1, 2011, at 7:07 AM, Stéphane Ducasse wrote: Hi Doru, I've take a look and I think I've fixed it

Re: [Pharo-project] how to use dejavu bitmap fonts

2011-02-01 Thread Igor Stasenko
On 31 January 2011 22:00, Stéphane Ducasse wrote: > The package should be updated to 1.2. > > It should declare fonts probably in one of the classVar of the TextConstant > SharedPool. Why fonts can't just use a classvar in AbstractFont class , why depending on something outside of package? > P

Re: [Pharo-project] how to use dejavu bitmap fonts

2011-02-01 Thread Stéphane Ducasse
Bingo! > It should declare fonts probably in one of the classVar of the TextConstant > SharedPool. > > Why fonts can't just use a classvar in AbstractFont class , why > depending on something outside of package? I like when quizzes are easy enough.. (ok the answer was already in previous mails

Re: [Pharo-project] how to use dejavu bitmap fonts

2011-02-02 Thread Benjamin
On Feb 2, 2011, at 1:18 AM, Igor Stasenko wrote: > On 31 January 2011 22:00, Stéphane Ducasse wrote: >> The package should be updated to 1.2. >> >> It should declare fonts probably in one of the classVar of the TextConstant >> SharedPool. > > Why fonts can't just use a classvar in AbstractFon