And if you get tired of setting your fonts individually, you can set them all at once:
De: pharo-project-bounces@lists.gforge.inria.fr [mailto:pharo-project-bounces@lists.gforge.inria.fr] En nombre de Rob Rothwell
Enviado el: Sunday, March 01, 2009 13:19
Para: Pharo-project@lists.gforge.inria.fr
Asunto: Re: [Pharo-project] changing default font
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!
Rob
On Sun, Mar 1, 2009 at 10:56 AM, Sebastian Sastre <ssastre@seaswork.com> wrote:
It suddendly started to work, I think it was SqueakFFIPrims.dll that was missing
cheers,
sebastian
> -----Mensaje original-----
> De: pharo-project-bounces@lists.gforge.inria.fr
> [mailto:pharo-project-bounces@lists.gforge.inria.fr] En
> nombre de Sebastian Sastre
> Enviado el: Sunday, March 01, 2009 12:06
> Para: Pharo-project@lists.gforge.inria.fr
> Asunto: [Pharo-project] changing default font
>
> hi there,
> sorry for the noob question but I see pharo has freetype in
> the image but it's
> only accuny font among options. Shouldn't freetype read the
> fonts on the system
> and offer those too?
> thanks,
> sebastian
>
>
> _______________________________________________
> Pharo-project mailing list
> Pharo-project@lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project