!-------------------------------------------------------------------------- ! CONFIGURATION FILE FOR V6 and V6_20: ! (all header lines beginning with ! are ignored) ! ! Text handling is hardcoded in the program to 30rows x 80columns ! so choose pixel ranges, which are integer multiples of these numbers. ! ! The font can be any fixed spaced font known to the system but ! note that bitmapped fonts are only available in some fixed sizes. ! ! If the font cannot be set the system will default to Courier New font ! at default resolution, which is usually rather smaller than that required. ! ! As many extended font attributes as desired can be specified, some are ! additive, others mutually exclusive: ! ! 1 _NORMAL 5 _FIXED_PITCH 7 _FF_ROMAN 12 _ANSI_CHARSET ! 2 _UNDERLINE 6 _VARIABLE_PITCH 8 _FF_SWISS 13 _DEFAULT_CHARSET ! 3 _BOLD 9 _FF_MODERN 14 _SYMBOL_CHARSET ! 4 _ITALIC 10 _FF_SCRIPT 15 _OEM_CHARSET ! 11 _FF_DECORATIVE ! ! QWIN defaults are _NORMAL, _FIXED_PITCH, _FF_MODERN, _ANSI_CHARSET ! !-------------------------------------------------------------------------- ! Current configuration to follow immediately below !-------------------------------------------------------------------------- ! ! Standard configuration for at least 1280x1024 pixel desktop ! !----------------------------------____------------------------------------ Width of SVIEW window in pixels: 1280 Height of SVIEW window in pixels: 900 Name of font: Courier New Extended font attribute: 1 Extended font attribute: 5 Extended font attribute: 9 Extended font attribute: 12 !----------------------------------____------------------------------------ Alternative configurations below: !-------------------------------------------------------------------------- ! ! Configuration for at least 1024x768 pixel desktop ! !----------------------------------____------------------------------------ Width of SVIEW window in pixels: 960 Height of SVIEW window in pixels: 600 Name of font: Courier New Extended font attribute: 1 Extended font attribute: 5 Extended font attribute: 9 Extended font attribute: 12 !----------------------------------____------------------------------------