Rob Rothwell wrote:
> And if you get tired of setting your fonts individually, you can set 
> them all at once:

we should add something like that as font themes to the preferences?

Michael

> 
>     font := LogicalFont familyName: 'Andika Basic' 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: 'Andika Basic' pointSize: 11.
>     Preferences setWindowTitleFontTo: font.
> 
> Just replace the font names with those of your choice!

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

Reply via email to