>>> Beautiful, Anti-Aliased Fonts
>>> -----------------------------
>>> We have a new set of beautiful anti-aliased Deja Vu bitmap fonts in this 
>>> image. The default sizes include 7pt (for handheld devices), 9pt (generic 
>>> text, list and menu fonts) as well as 12pt (window and title fonts):
>>>      Deja Vu 7pt: Regular, Bold, Italics
>>>      Deja Vu 9pt: Regular, Bold, Italics
>>>      Deja Vu 12pt: Regular, Bold, Italics
>
> We have them :)
> Lukas will send a nice script.

The following script will activate the *nice looking* and *fast
displaying* fonts in any recent 1.0 image:

StrikeFont installDejaVu.
Preferences setDefaultFonts: #(
        (setBalloonHelpFontTo: 'BitmapDejaVu' 9)
        (setButtonFontTo: 'BitmapDejaVu' 9)
        (setCodeFontTo: 'BitmapDejaVu' 9)
        (setHaloLabelFontTo: 'BitmapDejaVu' 9)
        (setListFontTo: 'BitmapDejaVu' 9)
        (setMenuFontTo: 'BitmapDejaVu' 9)
        (setSystemFontTo: 'BitmapDejaVu' 9)
        (setWindowTitleFontTo: 'BitmapDejaVuBold' 12))

Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch

_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to