FONTREG Procedure
PROC FONTREG Statement
Enables you to update the SAS registry to include
system fonts, which can then be used in SAS output.
Syntax
Summary of Optional Arguments
specifies how to handle new and existing fonts.
specifies the level of detail to include in the
SAS log.
specifies that the procedure should run without
updating the SAS registry.
specifies that the SAS registry in the SASHELP library
be updated.
Optional Arguments
- MODE=ADD | REPLACE | ALL
- specifies how to handle
new and existing fonts in the SAS registry:
- ADD
-
specifies to add fonts
that do not already exist in the SAS registry. Do not modify existing
fonts.
- REPLACE
-
specifies to replace
fonts that already exist in the SAS registry. Do not add new fonts.
- ALL
-
specifies to add new
fonts that do not already exist in the SAS registry and replace fonts
that already exist in the SAS registry.
- MSGLEVEL=VERBOSE | NORMAL | TERSE | NONE
- specifies the level
of detail to include in the SAS log:
- VERBOSE
-
SAS log messages include
which fonts were added, which fonts were not added, and which fonts
were not understood. The log also contains a summary that indicates
the number of fonts that were added, not added, and not understood.
- NORMAL
-
SAS log messages include
which fonts were added, and a summary that indicates the number of
fonts that were added, not added, and not understood.
- TERSE
-
SAS log messages include
only the summary that indicates the number of fonts that were added,
not added, and not understood.
- NONE
-
No messages are written
to the SAS log, except for errors (if encountered).
- NOUPDATE
- specifies that the
procedure should run without actually updating the SAS registry. This
option enables you to test the procedure on the specified fonts before
modifying the SAS registry.
- USESASHELP
- specifies that the
SAS registry in the SASHELP library should be updated. You must have
Write access to the SASHELP library in order to use this option. If
the USESASHELP option is not specified, then the SAS registry in the
SASUSER library is updated.
Copyright © SAS Institute Inc. All rights reserved.