Chapter Contents |
Previous |
Next |
SAS/GRAPH Software: Reference |
Rendering Fonts |
When your graphics output uses one of the Bitstream fonts provided in SAS/GRAPH software, SAS/GRAPH must process information contained in corresponding FONT catalog entries to determine how to draw characters of the specified size and typeface. The process of calculating the character shapes and sizes is known as rendering the font. Bitstream fonts available in SAS/GRAPH software include the Century, Swiss, and Zapf families.
SAS/GRAPH software can store rendered versions of the Bitstream fonts in memory or in special SAS files. Using these rendered versions of the fonts can provide a speed improvement when characters of the same size and style are used again during the SAS session. SAS/GRAPH software can read the rendered version of the characters from memory or from the rendered font file rather than having to perform the rendering calculations again each time the characters are used. If you store the rendered fonts in files in a permanent SAS data set, SAS/GRAPH software can use the rendered font files again in subsequent SAS sessions.
Note: Because the rendered font files use a special utility
member type, they do not appear in the list of library members that is displayed
when you issue a DIRECTORY command for the SAS data library in which the font
files are stored.
You control whether and how rendered versions of fonts are stored using the FONTRES=, RENDER=, and RENDERLIB= graphics options. See Graphics Options and Device Parameters Dictionary for details.
Font Lists |
B | bold (thicker) |
E | empty (outline) versions of their counterparts |
I | italic (slanted) |
L | light (thin) |
U | uniformly spaced versions of their counterparts; most SAS/GRAPH fonts that do not end in U are proportionately spaced; however, the Kanji fonts are always uniform. |
X | expanded (wider characters and extra space between characters). |
Roman Alphabet Text Fonts
Roman Alphabet Text Fonts--continued
Type Style | Font Name | Uniform Font Name |
---|---|---|
Arabic | ARABIC | |
Arabic Empty | ARABICE | |
Cyrillic | CYRILLIC | CYRILLIU |
Greek | GREEK | GREEKU |
Greek (serif) | CGREEK | CGREEKU |
Hebrew | HEBREW | |
Hebrew | NHEBREW* | |
Hebrew Empty | HEBREWE | |
Hiragana | HIRA | |
Hiragana | NHIRA* | |
Kanji | KANJI | |
Kanji | KANSJIS | |
Kanji Subset | ||
Kanji 1 | KAN1 | |
Kanji 2 | KAN2 | |
Kanji 3 | KAN3 | |
Kanji 4 | KAN4 | |
Kanji 5 | KAN5 | |
Kanji 6 | KAN6 | |
Kanji 7 | KAN7 | |
Kanji 8 | KAN8 | |
Katakana | KATA | |
Katakana | NKATA* | |
*This font requires a special keyboard and is host-dependent. If you are not equipped to use this font, use the host-independent version listed directly above. |
Type Style | Font Name | Uniform Font Name |
---|---|---|
Cartographic | CARTOG | CARTOGU |
Electronic | ELECTRON | ELECTROU |
Marker | MARKER | |
Marker Empty | MARKERE * | |
Math | MATH | MATHU |
Music | MUSIC | MUSICU |
Special | SPECIAL | SPECIALU |
Weather | WEATHER | WEATHERU |
*MARKERE is not displayed in the figures. |
Cartographic Font
Electronic Font
Marker Font
Math Font
Music Font
Special Font
Weather Font
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.