Procedure features: |
MODE=
option |
TRUETYPE statement |
|
This example reads all the TrueType fonts in the specified directory
and replaces the ones that already exist in the SAS registry.
|
proc fontreg mode=replace; |
|
truetype 'your-font-directory';
run; |
53 proc fontreg mode=replace;
54 truetype 'your-font-directory';
55 run;
SUMMARY:
Files processed: 49
Unusable files: 3
Files identified as fonts: 46
Fonts that were processed: 40
Fonts replaced in the SAS registry: 40
Fonts added to the SAS registry: 0
Fonts that could not be used: 0
Font Families removed from SAS registry: 0
NOTE: PROCEDURE FONTREG used (Total process time):
real time 1.39 seconds
cpu time 0.63 seconds
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.