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

  1. {CITOH.PAR}
  2. {emphasized on:}
  3. %A=27,'E'
  4. {emphasized off:}
  5. %B=27,'F'
  6. {double-strike on:}
  7. %C=27,'G'
  8. {double-strike off:}
  9. %D=27,'H'
  10. {italics on:}
  11. %E=27,'4'
  12. {italics off:}
  13. %F=27,'5'
  14. {double wide on:}
  15. %G=14
  16. {double wide off:}
  17. %H=20
  18. {underline on:}
  19. %I=27,'-',255
  20. {underline off:}
  21. %J=27,'-',0
  22. {superscript on:}
  23. %K=27,'S',0
  24. {subscript on:}
  25. %L=27,'S',255
  26. {superscript/subscript off:}
  27. %M=27,'T'
  28. {graphics prefix:}
  29. %N=27,'S'
  30. {set line feed:}
  31. %O=27,'T'
  32. {unidirection:}
  33. %P=27,'>'
  34. {restore:}
  35. %Q=27,'<',27,'A'
  36. {start each line with: (compressed pitch)}
  37. %R=27,'Q'
  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=true
  49. {pin 128 on bottom}
  50. $B=true
  51. {numbers in ASCII}
  52. $C=false
  53. {min linefeed=1/144}
  54.  
  55.  
  56. {numbers:}
  57. #A=4
  58. {bytes for graphics #}
  59. #B=2
  60. {bytes for linefeed #}
  61.  
  62. 
  63.