1 04/05/84  cv_ttf
 2 
 3 Syntax:  cv_ttf path {-control_arg}
 4 
 5 
 6 Function:  compiles a terminal type file (TTF) into a terminal type
 7 table (TTT) for installation.
 8 
 9 
10 Arguments:
11 path
12    is the pathname of the TTF to be compiled.  It must have the ttf
13    suffix.  The resulting TTT is placed in your working directory; its
14    entryname is the same as the entryname of the TTF with the ttt
15    suffix added.
16 
17 
18 Control arguments:
19 -brief, -bf
20    prints all error messages produced by cv_ttf in short form.
21 -long, -lg
22    prints all error messages produced by cv_ttf in long form.
23 -severity N, -sv N
24    does not write error messages whose severity is less than N (where N
25    is 0, 1, 2, 3, or 4) to the user_output switch.  If not given, a
26    severity level of 0 is assumed; i.e., all error messages are written
27    to the user_output switch.  (See "Notes on severity values.")
28 
29 
30 Notes:  If neither -brief nor -long is selected, the first instance of
31 a given error produces a long message and all subsequent instances of
32 that error produce short messages.
33 
34 
35 Notes on severity values:  This command associates the following
36 severity values to be used by the severity active function:
37 
38      VALUE            MEANING
39        0       No compilation yet or no error
40        1       Warning
41        2       Correctable error
42        3       Fatal error
43        4       Unrecoverable error
44        5       Could not find source
45