Login  Register

Re: Error installing DejaVuBitmapFonts

Posted by Fernando olivero-2 on Mar 10, 2011; 7:44am
URL: https://forum.world.st/Error-installing-DejaVuBitmapFonts-tp3316606p3345329.html

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
>
>
>