Chapter Contents |
Previous |
Next |
The GIMPORT Procedure |
Requirements: | Submit a separate MAP statement for each CGM font that you want to map. |
Tip: | You can submit multiple MAP statements with the procedure. |
Featured in: | Adjusting the Graphics Output |
MAP 'cgm-font' TO font; |
Required Arguments |
Note: Remember to specify the
libref GFONT0 with a LIBNAME statement if font is a user-generated
font.
By default, the GIMPORT procedure maps all of the CGM fonts to the font specified by the FTEXT= graphics option or, if the FTEXT= graphics option is not used, to the default hardware font, NONE.
Details |
3. Times Roman
If the LOG window displays the message "WARNING: Invalid font index n," you can map the Times Roman font to the SAS/GRAPH font CENTX with the following statement:
map 'Times Roman' to centx;
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.