The FONTREG Procedure |
Interaction: | If no statements are specified, then PROC FONTREG searches for TrueType font files in the directory that is indicated in the FONTSLOC= SAS system option. |
Tip: | If you specify more than one statement, then the statements are executed in the order in which they appear, except for REMOVE statements, which are always executed first. You can use the same statement more than once in a single PROC FONTREG step. |
See | FONTREG Procedure under z/OS |
Table of Contents: | The FONTREG Procedure |
Operating Environment Information:
For z/OS sites that do not use the hierarchical file system (HFS), only the FONTFILE statement is supported. See "FONTREG Procedure" in SAS Companion for z/OS for details.
Task | Statement | |
---|---|---|
Specify how to handle new and existing fonts. |
PROC FONTREG |
|
Indentify which font files to process. |
FONTFILE |
|
Search directories to identify valid font files to process.
(In the Windows operating environmen only, locate the fonts folder if you don't know where the folder is located.) |
FONTPATH |
|
Remove a font family, all fonts of a particular type, or all fonts from the Core\Printing\Freetype\Fonts location of the SAS registry. |
REMOVE |
|
Search directories to identify TrueType font files. |
TRUETYPE |
|
Search directories to identify valid Type 1 font files. |
TYPE1 |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.