SAS System Options under Windows |
Default: | Sasfont 8 |
Valid in: | configuration file, SAS invocation, OPTIONS statement, SAS System Options window |
Category: | Environment control: Display |
PROC OPTIONS GROUP= | ENVDISPLAY |
Windows specifics: | all |
Syntax | |
Details | |
See Also |
Syntax |
-FONT "font-name" <BOLD | NORMAL><REGULAR | ITALIC><font-size><character-set> |
FONT="font-name" <BOLD | NORMAL><REGULAR | ITALIC> <font-size><character-set> |
specifies the name of the font for text in the SAS windowing environment. This name must be a valid font name (for example, "SAS Monospace" or "Courier"). The font-name argument must be enclosed in double quotation marks. This argument is required.
specifies the font size to use for printing. This value must be an integer from 1 to 7200, inclusive. If you omit this argument, SAS uses the last selected size unless there is no previous size, in that case 8 is used.
specifies the character set to use. The default is "Western." Some possible valid values are Western, Central European, Cyrillic, Greek, Turkish, Arabic, Baltic, and Thai. If the font does not support the specified character set, the default character set is used. If the default character set is not supported by the font, the font's default character set is used.
Details |
Valid font names are shown in the Fonts folder. To open the Font folder, type font in the Run dialog box. For example, you can use the following option with the SAS command:
-font "sas monospace bold" 12
SAS displays output best with a monospace (fixed-pitch) font. If you use a proportional (variable pitch) font, text can display incorrectly. If you specify a point-size that is not valid for a font, SAS uses the closest point size for the font you specify.
See Also |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.