home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / utils / lq.zip / ASCII.PAR < prev    next >
Text File  |  1989-11-27  |  899b  |  57 lines

  1. {ASCII.PAR}
  2. {File for using '\' sequences instead of control characters.}
  3. {emphasized on:}
  4. %A='\','E'
  5. {emphasized off:}
  6. %B='\','F'
  7. {italics on:}
  8. %E='\','I'
  9. {italics off:}
  10. %F='\','J'
  11. {double wide on:}
  12. %G='\','W'
  13. {double wide off:}
  14. %H='\','X'
  15. {underline on:}
  16. %I='\','U'
  17. {underline off:}
  18. %J='\','V'
  19. {superscript on:}
  20. %K='\','S','0'
  21. {subscript on:}
  22. %L='\','S','1'
  23. {superscript/subscript off:}
  24. %M='\','T'
  25. {hi-res graphics prefix:}
  26. %N=27,'L'
  27. {set line feed:}
  28. %O=27,'3'
  29. {unidirection:}
  30. %P=27,'U',1
  31. {restore:}
  32. %Q=27,'U',0,27,'2'
  33.  
  34. {ignore:}
  35. &A=27,'C',0,255
  36. &B=27,'C',255
  37. &C=27,'N',255
  38. &D=27,'Q',255
  39. &E=27,'W',0
  40. &F=27,'x',0
  41.  
  42. {true/false:}
  43. $A=FALSE
  44. {pin 128 on top}
  45. $B=FALSE
  46. {numbers in binary, not ASCII}
  47. $C=TRUE
  48. {min linefeed=1/216}
  49. $\=TRUE
  50.  
  51. {numbers:}
  52. #A=2
  53. {2 bytes allocated for number of graphics bytes}
  54. #B=1
  55. {1 byte for length of linefeed length}
  56.  
  57.