[etoys-dev] About dev image fonts and default directory

Ricardo Moran richi.moran at gmail.com
Thu May 6 16:01:42 EDT 2010


Hi, I'm configuring the dev image to fit my taste and I think some of the
fonts are too big. With this code snippet etoys looks way better IMHO:

font := (TTCFont family: 'Bitstream Vera Sans' size: 12).
Preferences setSystemFontTo: font;
setListFontTo: font;
setCodeFontTo: font.

This change will not affect etoys users (I think) because it only changes
what we developers always use. So I think it could be a good addition to the
dev image. If you happen to think the same I would be happy to upload it to
the inbox. The only thing is: I don't know how to do it :P.

Another question: how can I change the default directory to always use the
directory where the image file is located?

Thanks!
Richo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakland.org/pipermail/etoys-dev/attachments/20100506/e9a1a64c/attachment.html


More information about the etoys-dev mailing list