|
|
1.1 root 1: /*
2: * Nroff/Troff.
3: * Font header.
4: * All fonts are numbered so as to have a standard
5: * output code sequence.
6: */
7:
8: /* Common fonts to both printers */
9: #define TRMED 0 /* Times Roman standard */
10: #define TRITL 1 /* Times Roman italic */
11: #define TRBLD 2 /* Times Roman bold */
12: #define TRSML 3 /* Times Roman small */
13: #define HELV 4 /* Helv Bold for troff */
14: #define LPTR 5 /* Line Printer standard */
15: #define COURMED 6 /* Courier standard */
16: /* HP Laser-jet II only fonts */
17: #define COURBOLD 7 /* Courier bold */
18: #define CENROMAN 8 /* Century Schoolbook 10pt */
19: #define CENITALIC 9 /* Century Schoolbook 10pt Italic */
20: #define CENBOLD 10 /* Century Schoolbook 10pt Bold */
21: #define SCHROMAN 11 /* Century Schoolbook 12pt */
22: #define SCHITALIC 12 /* Century Schoolbook 12pt Italic */
23: #define SCHBOLD 13 /* Century Schoolbook 12pt Bold */
24: #define CENLARGE 14 /* Century Schoolbook 14pt Bold */
25: #define CENHUGE 15 /* Century Schoolbook 18pt Bold */
26: #define ZAPBOLD 16 /* Zapf Humanist 12pt Bold */
27: #define ZAPLARGE 17 /* Zapf Humanist 14pt Bold */
28: #define LPROMAN 18 /* prestige elite roman */
29: #define LPITALIC 19 /* prestige elite italic */
30: #define LPBOLD 20 /* prestige elite bold */
31: #define IBMGRAPH 21 /* IBM Screen graphics */
32: #define MWCLOGO 22 /* MWC logo */
33: #define LPTINY 23 /* Tiny font */
34: #define LPMATH 24 /* Math font */
35: #define PIFONT 25 /* PI font */
36: #ifdef OLDHP
37: #define CART
38: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.