Spooler Plus Utilities Reference Manual
Font Utility
Spooler Plus Utilities Reference Manual—522294-002
4-5
Script File Syntax
Script File Syntax
A script file has two sections: the font description is a required section that describes
font jobs; the location is an optional section that associates spooler locations with a
particular font job.
The contents of the script file are first described by a skeleton, which shows required
and optional directives. Following the skeleton are general rules for directives,
directive descriptions, and examples.
Script File Skeleton
A skeleton of the script file syntax follows:
?START-FONT
{ ?FONT font-name
[ font-description-entries ] ... } ...
?END-FONT
[ locations-section ]
font-description-entries are:
normal-font-data
?CONTROL operation param
?CONTROLBUF operation data [ ; ]
?SETMODE function param1 param2
?SOURCE source-file [ beginning-count [ trailing-count ]
]
locations-section is:
?START-LOCATIONS
{ location-name [,] font-name [,] [ device-name ] }
...
?END-LOCATIONS