!-------------------------------------------------------------------------- ! CONFIGURATION FILE FOR AABS used by both ASCP_L and SVIEW_L: ! (all header lines beginning with ! are ignored) ! ! Text handling is hardcoded in the programs to 30rows x 80columns in the ! double height version, so choose pixel ranges, which are integer multiples ! of these numbers. ! ! The default operation of both ASCP_l and SVIEW_l is in half-height ! window, which corresponds to 17 rows. ! The Loomis-Wood mode opens a window corresponding to 42 text rows. ! ! The font can be any fixed-spaced (monotype) font known to the system but ! note that bitmapped fonts are only available for a limited range of fixed ! sizes and pixel sizes commensurate with capabilities of large displays ! may not be available. ! ! Common fonts that will work are: ! ! Truetype: Courier New ! Lucida Sans Typewriter Regular ! Lucida Console ! Bitstream Vera Sans Mono ! ! Bitmapped: Fixedsys ! System ! Terminal ! ! If the font cannot be set then 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 is to follow immediately below !-------------------------------------------------------------------------- ! ! For general use on screens from 17 to 22" at >=1280x1024 resolution ! !----------------------------------____------------------------------------ Width of ASCP window in pixels: 1200 Height of ASCP window in pixels: 660 <--- for double ht Name of font: Courier New Extended font attribute: 1 Extended font attribute: 5 Extended font attribute: 9 Extended font attribute: 12 !----------------------------------____------------------------------------ //////////////////////////////////////////////////////////////////////////////// Identified working configurations (not exhaustive): //////////////////////////////////////////////////////////////////////////////// Pixel size Width,Height is for net window size. Height refers to full height window, but AABS programs open and are mostly used at half-height. Height1 is for net LW window height and is given by 42*Height/30 Actual window size depends on the system version: add 30-40 pixels for total window height, and 6 pixels for total window width . Courier New, normal (first extended font attribute = 1): Width: 640 800 800 880 960 960 1040 1120 1120 1200 1280 1280 1360 1440 1520 Height: 510 540 600 540 540 600 540 540 660 660 630 660 630 630 810 Height1 -> 714 756 840 756 756 840 756 756 924 924 882 924 882 882 1134 Courier New, bold (first extended font attribute = 3): Width: 800 800 880 Height: 510 540 510 Height1 -> 714 756 714 Courier New, italic (first extended font attribute = 4): Width: 720 Height: 540 Height1 -> 756 Bitstream Vera Sans Mono, normal: Width: 880 800 Height: 510 570 Height1 -> 714 798 Lucida Console, normal: Width: 800 800 960 1120 1120 Height: 480 540 510 480 510 Height1 -> 672 756 714 672 714 //////////////////////////////////////////////////////////////////////////////// Sample configurations (to use copy and paste below 'current configuration'): //////////////////////////////////////////////////////////////////////////////// !-------------------------------------------------------------------------- ! ! For general use on screens from 17 to 22" at >=1280x1024 resolution ! !----------------------------------____------------------------------------ Width of ASCP window in pixels: 1120 Height of ASCP window in pixels: 660 <--- for double ht Name of font: Courier New Extended font attribute: 1 Extended font attribute: 5 Extended font attribute: 9 Extended font attribute: 12 !----------------------------------____------------------------------------ !-------------------------------------------------------------------------- ! ! Optimum for 22" screens ! !----------------------------------____------------------------------------ Width of ASCP window in pixels: 1280 Height of ASCP window in pixels: 660 <--- for double ht Name of font: Courier New Extended font attribute: 1 Extended font attribute: 5 Extended font attribute: 9 Extended font attribute: 12 !----------------------------------____------------------------------------ !-------------------------------------------------------------------------- ! ! For three strip operation on 22" ! !----------------------------------____------------------------------------ Width of ASCP window in pixels: 1120 Height of ASCP window in pixels: 540 <--- for full ht Name of font: Courier New Extended font attribute: 1 Extended font attribute: 5 Extended font attribute: 9 Extended font attribute: 12 !----------------------------------____------------------------------------ !-------------------------------------------------------------------------- ! ! For three strip operation from 17" upwards ! !----------------------------------____------------------------------------ Width of ASCP window in pixels: 1120 Height of ASCP window in pixels: 510 <--- for full ht Name of font: Lucida Console Extended font attribute: 1 Extended font attribute: 5 Extended font attribute: 9 Extended font attribute: 12 !----------------------------------____------------------------------------ !-------------------------------------------------------------------------- ! ! For laptop use with vertical taksbar ! !----------------------------------____------------------------------------ Width of ASCP window in pixels: 960 Height of ASCP window in pixels: 540 Name of font: Courier New Extended font attribute: 1 Extended font attribute: 5 Extended font attribute: 9 Extended font attribute: 12 !----------------------------------____------------------------------------ !-------------------------------------------------------------------------- ! ! For use with standard projector (1024x768) from a laptop with ! taskbar at the bottom (minimal LW screen cutoff) ! !----------------------------------____------------------------------------ Width of ASCP window in pixels: 880 Height of ASCP window in pixels: 510 Name of font: Courier New Extended font attribute: 3 Extended font attribute: 5 Extended font attribute: 9 Extended font attribute: 12 !----------------------------------____------------------------------------