home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / sprint / spfonts3.zip / SPFONT.SPL next >
Text File  |  1989-06-27  |  1KB  |  36 lines

  1.  
  2. screen .BIOS,cur B,up B,down B,            ;; use "bios" calls only
  3.     plain 0, menu 0, infobox 0, help 0,    ;; plain
  4.     menufirst 2,                ;; bold
  5.     status 080h, select 080h, error 080h,    ;; reverse
  6.     ^L 0,                    ;; plain
  7.     ^E 01H,                    ;; italic
  8.     ^B 02H,                    ;; bold
  9.     ^A 04H,                    ;; large
  10.     ^Q 05H,                    ;; subscript
  11.     ^S 06H,                    ;; superscript
  12.     ^C 07H,                    ;; reverse block (test)
  13.     ^X 010H,                ;; strikeout
  14.     ^W 020H,                ;; word underscore
  15.     ^R 040H, ^T 040H, ^U 040H,        ;; underscore
  16.     ^D 080H, ^K 080H, ^O 080H, ^V 080H,    ;; reverse
  17.     ^J 020H, ^M 01BH            ;; visible characters
  18.  
  19. screen Bios,as .Bios,plain 07h
  20.  
  21. screen SPFont25,as .BIOS,
  22.     init H255>al 0 int 10h,
  23.     reset H254>al 0 int 10h
  24.  
  25. screen SPFont16,as SPFont25,rows 16        ;; good for testing, but little else
  26.  
  27. screen SPFont25T1000,as SPFont25,
  28.     init H255>al 0 int 10h 0ch out 3d9h    ;; lower intensity on Tandy 1000
  29.  
  30. screen SPFont16T1000Tall,as SPFont25T1000,rows 16
  31.  
  32. screen SPFont29,as SPFont25,rows 29,cols 90
  33.  
  34. screen SPFont43,as SPFont29,rows 43
  35.  
  36.