When a font is added to
the SAS registry, the font name is prefixed with a three-character
tag, enclosed in angle brackets (< >). This prefix indicates
the font type. For example, if you add the TrueType font Arial to
the SAS registry, then the name in the registry is
<ttf>
Arial
. This naming convention enables you to add and
distinguish between fonts that have the same name but are of different
types. When you specify a font in a SAS program (for example, in the
TEMPLATE procedure or in the STYLE= option in the REPORT procedure),
use the tag to distinguish between fonts that have the same name:
proc report data=grocery nowd
style(header)=[font_face='<ttf> Palatino Linotype'];
run;
If you do not include
a tag in your font specification, SAS searches the registry for fonts
with that name. If more than one font with that name is found, SAS
uses the font that has the highest rank in the following table.
Note: OpenType font is an extension
of TrueType font and is supported by SAS.
Note: SAS does not support any
type of nonscalable fonts that require FreeType font-rendering. Even
if they are recognized as valid fonts, they will not be added to the
SAS registry.
Note: PDF and PostScript do not
support double-byte Type1 fonts.
Font files that are
not produced by major vendors can be unreliable, and in some cases
SAS might not be able to use them.
The following SAS output
methods and device drivers can use FreeType font-rendering:
-
SAS/GRAPH GIF, GIF733, GIFANIM
-
-
-
-
-
-
-
-
-
-
-
-
-