Yes, anythinks related to look'nd feel and overal design in Pharo could help a lot to make people to LOVE Pharo or to RUN AWAY.
Regarding fonts, I found myself sharing the point previously expressed there: -Dejavu Sans for all but code -Code with Dedavu mono The issue about Freetype efficiency, related to submorph damage code related previsouly, is of equal importance. If the user experience is ungood -- slowness -- people will RUN AWAY. 2009/5/21 Stéphane Ducasse <[email protected]>: > Hi guys > > on one hand we should have a good default for fonts - default means ok > for license and > work on platforms.... > > Now I would LOVE to get a list of cool combination of fonts even if > they are proprietary. > > So I hope that I woke the designer in you :) > Send snippets in the following forms that we can impress girls :) > > > 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. > > > Stef > > > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > -- http://blog.ofset.org/hilaire _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
