[plt-scheme] DrScheme/HelpDesk menu fonts

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Tue Mar 20 02:21:57 EDT 2007

At Sat, 10 Mar 2007 00:31:08 +0100, "Jose A. Ortega Ruiz" wrote:
> Hi. I'm sure i'm overlooking an obvious answer, but how does one
> change the font used by DrScheme and HelpDesk for their menus?
> Actually, i just want to change their size, but i've been tinkering
> around with the config file in ~/.plt-scheme and MrEd's preferences
> without success.

You should be able to add a line in "~/.plt-scheme/plt-prefs.ss". For
example,

 (|MrEd:controlFontSize| 32)

would change the menu (and button, etc.) font size to 32.

Matthew



Posted on the users mailing list.