Previous Page | Next Page

The FONTREG Procedure

PROC FONTREG Statement


PROC FONTREG <option(s)>;

Options

MODE=ADD | REPLACE | ALL

specifies how to handle new and existing fonts in the SAS registry:

ADD

add fonts that do not already exist in the SAS registry. Do not modify existing fonts.

REPLACE

replace fonts that already exist in the SAS registry. Do not add new fonts.

ALL

add new fonts that do not already exist in the SAS registry and replace fonts that already exist in the SAS registry.

Default: ADD
Featured in: Replacing Existing TrueType Font Files from a Directory
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, as well as 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).

Default: TERSE
Featured in: Adding All Font Files from Multiple Directories
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.

Previous Page | Next Page | Top of Page