@iftex
@finalout
@end iftex
-@comment $Id: scheme.texinfo,v 1.17 1993/09/16 01:38:39 adams Exp $
+@comment $Id: scheme.texinfo,v 1.18 1993/09/16 02:33:20 adams Exp $
@comment %**start of header (This is for running Texinfo on a region.)
@setfilename scheme
@settitle MIT Scheme Reference
line used to draw the ellipse; if the line width has been set to greater
than 1 then the ellipse will spill outside the bounding rectange by half
of the line width.
-@findex
@end defop
@defop {operation+} win32-graphics-device load-bitmap pathname
-@findex load-bitmap
@cindex bitmaps
The graphics device contents and size are initialized from the windows
bitmap file at @var{pathname}. If no file type is supplied then a .BMP
@defop {operation+} win32-graphics-device set-window-name name
This sets the window title to the string @var{name}. The window is
given the name "Scheme Graphics" at creation.
-@findex
@end defop
@defop {operation+} win32-graphics-device set-font handle
Set the font for draw text.
Currently not well supported.
If you can get a Win32 font handle it can be used here.
-@findex
@end defop
device is opened as follows:
@example
-(make-graphics-device starbase-graphics-device-type
+(make-graphics-device 'STARBASE
@var{device-name}
@var{driver-name})
@end example