Improved font handling:
authorStephen Adams <edu/mit/csail/zurich/adams>
Thu, 21 Mar 1996 16:36:29 +0000 (16:36 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Thu, 21 Mar 1996 16:36:29 +0000 (16:36 +0000)
commitfb177d17b542997b59b9597de384e1384e633c6b
tree2af560108a7c19337a552e8db59bf15d841fc844
parent90d5c4b52714c2d42fa5213eb1c7ba21d2a0bbfd
Improved font handling:

 . Added ability to parse a string (e.g. "Courier New bold underline 20")
   into a font.
 . Use this to parse MITSCHEME_FONT.  Removed MITSCHEME_FONT_SIZE env
   variable.
 . Added primitives WIN32-SCREEN-SET-FONT and WIN32-SCREEN-SET-DEFAULT-FONT

Improved window sizing.

  Previously, if the main window was launched minimized, it woudl
  believe the main window should be the size of the icon, about 3x3
  characters: too small to hold an error message.  Now it figures out
  or guesses what the size and position would have been if and
  initializes to that.
v7/src/microcode/ntscreen.c
v7/src/microcode/ntscreen.h