Error installing DejaVuBitmapFonts

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Error installing DejaVuBitmapFonts

hilaire
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Error installing DejaVuBitmapFonts

hilaire
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Error installing DejaVuBitmapFonts

Fernando olivero-2
This is the scrip i  use on the latest Pharo,

dejaVu := Gofer it
        url: 'http://www.squeaksource.com/DejaVu';
        package: 'DejaVuBitmapFonts' ;
        yourself.
dejaVu load.
(Smalltalk globals classNamed: 'DejaVuHolder') perform:#installFull .

StandardFonts setFontsFromSpec:
        #( #(#defaultFont: 'Bitmap DejaVu Sans' 12 )
            #(#codeFont: 'Bitmap DejaVu Sans' 12 )
            #(#listFont: 'Bitmap DejaVu Sans' 12 )
            #(#menuFont: 'Bitmap DejaVu Sans' 12 )
            #(#windowTitleFont: 'Bitmap DejaVu Sans' 14 )
            #(#balloonFont:  'Bitmap DejaVu Sans' 10 )
            #(#haloFont:  'Bitmap DejaVu Sans' 10 )
            #(#buttonFont:  'Bitmap DejaVu Sans' 12 ) ).

On Sun, Feb 20, 2011 at 11:43 PM, Hilaire Fernandes
<[hidden email]> wrote:

> It is with Pharo 1.3 core
>
> Le 20/02/2011 23:42, Hilaire Fernandes a écrit :
>> Loading
>>       Gofer new url: 'http://www.squeaksource.com/DejaVu';
>>                package: 'DejaVuBitmapFonts';
>>                load.
>>
>>
>> then installing it with
>>
>> StrikeFont installDejaVu
>>
>>
>> bring a MNU
>> StrikeFont class>>dejaVuSansBook7Form
>>
>>
>> Hilaire
>>
>
>
> --
> Education 0.2 -- http://blog.ofset.org/hilaire
>
>
>