And...you can always replace the font name with another if you like...just look at exactly what it is called in the font dialog box when you choose a new font manually! Rob On Thu, Mar 12, 2009 at 6:02 AM, Damien Cassou <damien.cassou@gmail.com>wrote:
Hi,
I've set-up the following script (based on a previous message in this list) for people using a recent VM and having DejaVu:
|font codeFont| font := LogicalFont familyName: 'DejaVu Serif' pointSize: 10. codeFont := LogicalFont familyName: 'DejaVu Sans Mono' pointSize: 9. Preferences setListFontTo: font. Preferences setMenuFontTo: font. Preferences setCodeFontTo: codeFont. Preferences setButtonFontTo: font. Preferences setSystemFontTo: font. font := LogicalFont familyName: 'DejaVu Serif' pointSize: 11. Preferences setWindowTitleFontTo: font.
-- Damien Cassou http://damiencassou.seasidehosting.st
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project