Seems like an ok default to me. Personally though, I'm not too fond of the book-style serif, and will probably change mine to: font := LogicalFont familyName: 'DejaVu Sans' pointSize: 9. codeFont := LogicalFont familyName: 'DejaVu Sans Mono' pointSize: 9. titleFont := (LogicalFont familyName: 'DejaVu Sans' pointSize: 10) emphasis: 1.
On a related topic, the current implementation of FreetypeFont>> hash is rather... simplistic. Haven't had time to check if it impacts performance considerably for a "bad" font policy (using multiple fonts with same size) though. Cheers, Henry Damien Cassou skrev: > On Mon, May 18, 2009 at 1:51 PM, Adrian Lienhard <[email protected]> wrote: > > I agree with Lukas, Bill, and Simon (that is, to change the default > > font to DejaVu Sans). > > Ok, here is the new version. What do you think? > > font := LogicalFont familyName: 'DejaVu Sans' pointSize: 10. > codeFont := LogicalFont familyName: 'DejaVu Sans Mono' pointSize: 9. > titleFont := LogicalFont familyName: 'DejaVu Serif' pointSize: 11. > > Preferences setListFontTo: font. > Preferences setMenuFontTo: font. > Preferences setCodeFontTo: codeFont. > Preferences setButtonFontTo: font. > Preferences setSystemFontTo: font. > Preferences setWindowTitleFontTo: titleFont. > > -- > Damien Cassou > http://damiencassou.seasidehosting.st > > "Lambdas are relegated to relative obscurity until Java makes them > popular by not having them." James Iry > > ------------------------------------------------------------------------ > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
