home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 01e / lq_235.zip / STAR.PAR < prev    next >
Text File  |  1987-12-30  |  935b  |  62 lines

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