From: Stephen Adams Date: Thu, 21 Mar 1996 15:54:09 +0000 (+0000) Subject: Indexed `fonts' X-Git-Tag: 20090517-FFI~5644 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=90d5c4b52714c2d42fa5213eb1c7ba21d2a0bbfd;p=mit-scheme.git Indexed `fonts' --- diff --git a/v7/doc/user-manual/user.texinfo b/v7/doc/user-manual/user.texinfo index b10926495..e0cc44b34 100644 --- a/v7/doc/user-manual/user.texinfo +++ b/v7/doc/user-manual/user.texinfo @@ -2,7 +2,7 @@ @iftex @finalout @end iftex -@comment $Id: user.texinfo,v 1.42 1996/03/21 15:35:39 adams Exp $ +@comment $Id: user.texinfo,v 1.43 1996/03/21 15:54:09 adams Exp $ @comment %**start of header (This is for running Texinfo on a region.) @setfilename user.info @settitle MIT Scheme User's Manual @@ -2225,6 +2225,7 @@ These options do not actually work. @item @code{MITSCHEME_FONT} (default: determined by operating system) @findex MITSCHEME_FONT +@cindex fonts Windows and Windows NT only. A string specifying a font name and characteristics, for example, @samp{Courier New 16 bold}. @@ -2242,6 +2243,7 @@ Once in Edwin, the font can be changed with the @samp{set-font} and @item @code{MITSCHEME_GEOMETRY} (default: @samp{-1,-1,-1,-1}) @findex MITSCHEME_GEOMETRY +@cindex window position Windows and Windows NT only. Four integers separated by commas or spaces that specify the placement and size of the MIT Scheme window as a @var{left,top,width,height} quadruple. The units are screen @@ -2252,6 +2254,7 @@ the window border and title. @item @code{MITSCHEME_FOREGROUND} (default: according to desktop color scheme) @findex MITSCHEME_FOREGROUND +@cindex window color Windows and Windows NT only. An value specifying the window text color. The color is specified as hex blue, green and red values (@emph{not} RGB): e.g.@: @code{0xff0000} for blue.