home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume20 / psroff / part01 / fonts.lj < prev    next >
Encoding:
Text File  |  1989-10-17  |  1.3 KB  |  27 lines

  1. #@(#)fonts.lj 1.1 89/05/02
  2. #    four fields:
  3. #    troff-name english-name HPLJ-code-to-transmit flags
  4. #        flags of interest: 02 indicates that it's a built-in font.
  5. #    \nnn sequences are only recognized in the HPLJ-code field.
  6. #    Don't put in *any* extraneous spaces.
  7. #                         +----------------------------- Symbol set
  8. #                         |      +---------------------- 0=fixed, 1=proportional
  9. #                         |      | +-------------------- 0=upright, 1=italics
  10. #                         |      | |  +----------------- stroke weight -7...7
  11. #                         |      | |  |  +-------------- Typeface
  12. #                         |      | |  |  |
  13. #                         |      | |  |  |  +----------- 2 == builtin
  14. #                         |      | |  |  |  |
  15. #                         v      v v  v  v  v
  16. R  Times-Roman      \033(8U\033(s1p0s00b05T 2
  17. I  Times-Italic     \033(8U\033(s1p1s-3b05T 2
  18. B  Times-Bold       \033(8U\033(s1p0s03b05T 2
  19. S  Symbol           \033(8U\033(s0p0s00b03T 2
  20. BI Times-BoldItalic \033(8U\033(s1p1s03b05T 2
  21. CW Courier          \033(8U\033(s0p0s00b03T 2
  22. CI Courier-Italic   \033(8U\033(s0p1s-3b03T 2
  23. CB Courier-Bold     \033(8U\033(s0p0s03b03T 2
  24. L  LinePrinter      \033(8U\033(s0p0s00b00T 2
  25. LI LinePrinter-Ital \033(8U\033(s0p1s-3b00T 2
  26. LB LinePrinter-Bold \033(8U\033(s0p0s03b00T 2
  27.