Previous Page | Next Page

The FONTREG Procedure

Syntax: 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

PROC FONTREG <option(s)>;
FONTFILE 'file' <...'file'> || 'file-1, pfm-file-1, afm-file-1' <...'file-n'>;
FONTPATH 'directory' <...'directory'>;
REMOVE 'family-name' | 'alias' | family-type | _ALL_;
TRUETYPE 'directory' <...'directory'>;
TYPE1 'directory' <...'directory'>;

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.  [cautionend]

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

Previous Page | Next Page | Top of Page