I remember getting shot-down on squeak-dev for that suggestion a long time ago :-) Also, on windows, using a new vm used to toggle the vm button mapping. Not sure if that happens any more though! Regards, Gary ----- Original Message ----- From: "Adrian Lienhard" <adi@netstyle.ch> To: <Pharo-project@lists.gforge.inria.fr> Sent: Wednesday, May 20, 2009 4:54 PM Subject: Re: [Pharo-project] New Pharo based on core 10309 with antialiasedfonts
On May 20, 2009, at 16:30 , Damien Pollet wrote:
I use nearly the same script, except with the sans fonts, and a couple settings:
Preferences enable: #halosEnabled; enable: #swapMouseButtons; disable: #gradientMenu.
Most important to me is swapMouseButtons, because it puts menus back on the correct button. Apparently this setting is needed on macs and linux, so by the magic of (possibly biased) numbers, the exception is windows. Can we have #swapMouseButtons enabled by default ?
Better would be to make it dependent on OSPlatform current.
Adrian
On Mon, May 18, 2009 at 10:45, Damien Cassou <damien.cassou@gmail.com> wrote:
On Mon, May 18, 2009 at 10:37 AM, Lukas Renggli <renggli@gmail.com> wrote:
That looks great, though I would prefer a sans-serif font (DejaVu Sans) instead of a serif font (DejaVu Serif) in the UI. Serif fonts add too much noise on the screen and are typically used in print only, not in user interfaces.
If people agree with this, I can change that. The script I currently use is the following one. If you have ideas on how to improve it, please tell me.
font := LogicalFont familyName: 'DejaVu Serif' 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: 'DejaVu Serif' pointSize: 11. Preferences setWindowTitleFontTo: font.
-- 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
-- Damien Pollet type less, do more [ | ] http://people.untyped.org/damien.pollet
_______________________________________________ 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