I am using edwin editor which comes with mit gnu scheme. When I open it on my Debian system with the following command "scheme -edwin -edit", I get the editor window, but it has extremely small font size.
Even after several searches I could not figure out how to change the default font size of the editor. I tried the following command ((ref-command set-default-font) "200") but to no avail. I could find a reference here http://courses.csail.mit.edu/6.844/spring05-6844/handouts/edwin.ini but it doesn't help much.
How can I change the font size in edwin?