Be aware need a "Fonts" folder if you don't have DejaVu isntalled in your OS. Stef, which image are you going to use ? PharoCore, PharoDev, Seaside one click ? On Wed, Jan 20, 2010 at 9:27 AM, Damien Cassou <damien.cassou@gmail.com>wrote:
On Wed, Jan 20, 2010 at 8:48 AM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
I have to give some demos of seaside today and I would like to have nice fonts in 1.0 and I cannot find the preferences to say that the fonts can be looked up on my disc. and I'm looking for some nice combination (but the code snippets on the wiki do not work).
FreeTypeFontProvider current updateFromSystem.
font := LogicalFont familyName: 'DejaVu Sans' pointSize: 10. codeFont := LogicalFont familyName: 'DejaVu Sans Mono' pointSize: 9. titleFont := LogicalFont familyName: 'DejaVu Sans' pointSize: 11.
Preferences setListFontTo: font; setMenuFontTo: font; setCodeFontTo: codeFont; setButtonFontTo: font; setSystemFontTo: font; 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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project