GFONT Procedure
Requirement: |
One font name is required. To display a font, include
the NOBUILD option. To create a font, include the DATA= option.
|
Global statements: |
FOOTNOTE, NOTE, TITLE |
Syntax
The syntax for displaying a font is as follows:
PROC GFONT NAME=
SAS/GRAPH-font |
device-resident-font |
system-font NOBUILD
<options-for-displaying-fonts>;
The syntax for creating a font is as follows:
PROC GFONT NAME=
SAS/GRAPH-font DATA=
font-data-set <options-for-creating-fonts>;
Copyright © SAS Institute Inc. All rights reserved.