This example shows
how to add a single font file to the SAS registry. The FONTFILE statement
specifies the complete path to a single font file.
Program
proc fontreg;
fontfile '<ttf> Arial';
run;
Output: Log
Log Output from Adding a Single Font File
SUMMARY:
Files processed: 1
Unusable files: 0
Files identified as fonts: 1
Fonts that were processed: 1
Fonts replaced in the SAS registry: 0
Fonts added to the SAS registry: 1
Fonts that could not be used: 0
Font Families removed from SAS registry: 0