[Pharo-project] Error installing DejaVuBitmapFonts
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
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
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 <hilaire.fernandes@gmail.com> 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
participants (2)
-
Fernando Olivero -
Hilaire Fernandes