Chapter Contents |
Previous |
Next |
SYSPRINTFONT |
Default: | None |
Valid in: | configuration file, SAS invocation, OPTIONS statement |
OS/2 specifics: | all |
Syntax | |
Details | |
Examples | |
Example 1: Specifying a Font to the Default Printer | |
Example 2: Specifying a Font to a Named Printer | |
See Also |
Syntax |
-SYSPRINTFONT "facename" <BOLD | NORMAL><REGULAR | ITALIC><pointsize> <NAMED "printer-name" | DEFAULT | ALL> |
SYSPRINTFONT="facename" <BOLD | NORMAL><REGULAR | ITALIC><pointsize> <NAMED "printer-name" | DEFAULT | ALL> |
Details |
The SYSPRINTFONT system option sets the font to use when printing to the current default printer (which might be specified in the -SYSPRINT system option) or to the printer identified with the optional keywords NAMED or ALL. This information is stored in the SASUSER.PROFILE2 catalog.
If you use -SYSPRINTFONT with either the DEFAULT or no keyword and later use the -SYSPRINT system option or the Printer Setup dialog box to change the current default printer, then the font used with the current default printer will be
Examples |
This example specifies to use the 12-point SAS Monospace font on the default printer:
-sysprintfont "SAS Monospace" 12
This example specifies to use 10-point Courier New on the printer named HP LaserJet IIIsi Postscript, attached to LPT1:. Note that the name given for the printer is how it appears in the Printer Setup dialog box in the SAS System:
-sysprintfont "Courier New" named "HP LaserJet IIIsi Postscript on LPT1:"
See Also |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.