The FONTREG Procedure |
PROC FONTREG <option(s)>; |
Options |
specifies how to handle new and existing fonts in the SAS registry:
add fonts that do not already exist in the SAS registry. Do not modify existing fonts.
replace fonts that already exist in the SAS registry. Do not add new fonts.
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 |
specifies the level of detail to include in the SAS log:
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.
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.
SAS log messages include only the summary that indicates the number of fonts that were added, not added, and not understood.
No messages are written to the SAS log, except for errors (if encountered).
Default: | TERSE |
Featured in: | Adding All Font Files from Multiple Directories |
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.
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 © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.