Usage Note 24052: In ODS RTF, how can I get the correct fonts under an operating environment other than Windows?
With regard to RTF, sometimes you can't find the font you want.
In many cases, the Windows font exists as an Adobe font, but the
name is slightly different. (SAS uses Adobe fonts under operating environments
other than Windows.) In such a case, the easiest fix is to specify the
Adobe font name and then post-process the output to get the font name
that Word expects. If you are using UNIX (or the UNIX tools on OS/390),
you can use the sed command to do this. For example:
sed < tu.rtf > tu2.rtf -e "s/ITC Zapf Chancery/Zapf Chancery/g" \
-e "s/New Century Schoolbook/New Century Schbk/g"
See more information about
PROC TEMPLATE and the RTF destination.
Operating System and Release Information
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
| Type: | Usage Note |
| Priority: | low |
| Topic: | SAS Reference ==> ODS (Output Delivery System) Third Party ==> Output ==> RTF
|
| Date Modified: | 2004-06-29 14:39:10 |
| Date Created: | 2004-06-29 11:02:00 |