Added info on MITSCHEME_FONT (Windows 3.1/95/NT)
authorStephen Adams <edu/mit/csail/zurich/adams>
Thu, 21 Mar 1996 15:35:39 +0000 (15:35 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Thu, 21 Mar 1996 15:35:39 +0000 (15:35 +0000)
v7/doc/user-manual/user.texinfo

index bf7056e425675c03efdcd632c622bb054ab3f6fb..b10926495bfe825d6ab9a18ee74c4e08b20aff5f 100644 (file)
@@ -2,7 +2,7 @@
 @iftex
 @finalout
 @end iftex
-@comment $Id: user.texinfo,v 1.41 1996/03/14 02:55:19 adams Exp $
+@comment $Id: user.texinfo,v 1.42 1996/03/21 15:35:39 adams Exp $
 @comment %**start of header (This is for running Texinfo on a region.)
 @setfilename user.info
 @settitle MIT Scheme User's Manual
@@ -2223,6 +2223,23 @@ Windows and Windows NT only.
 Boolean option specifying the handling of system command accelerators.
 These options do not actually work.
 
+@item @code{MITSCHEME_FONT} (default: determined by operating system)
+@findex MITSCHEME_FONT
+Windows and Windows NT only.
+A string specifying a font name and characteristics, for example,
+@samp{Courier New 16 bold}.
+Allowed characteristics are @var{integer}, specifiying the font size,
+and the following style modifiers: @samp{bold}, @samp{italic},
+@samp{regular}, @samp{underline} and @samp{strikeout}.
+Note that the size is the total height in pixels, and @strong{not} the
+point size.
+Thus the fonts tend to be 20-50% smaller than you might expect.
+You should specifiy only fixed-width fonts as variable width fonts are
+not drawn correctly.
+
+Once in Edwin, the font can be changed with the @samp{set-font} and
+@samp{set-default-font} commands.
+
 @item @code{MITSCHEME_GEOMETRY} (default: @samp{-1,-1,-1,-1})
 @findex MITSCHEME_GEOMETRY
 Windows and Windows NT only.  Four integers separated by