The syntax for displaying a font is as follows:
PROC GFONT NAME=SAS/GRAPH-font | device-resident-font | system-font
NOBUILD <options-for-displaying-fonts>;
The syntax for creating a font is as follows:
PROC GFONT NAME=SAS/GRAPH-font
DATA= font-data-set <options-for-creating-fonts>;
Summary of Optional Arguments
Creating fonts
specifies the vertical coordinate in the font data
set that is the baseline of the characters.
specifies the vertical coordinate in the font data
set that is the capline of the characters.
specifies the type of intercharacter spacing.
specifies the length in bytes of the CHAR variable.
specifies that the characters in a polygon font
are filled.
specifies the data set that contains kerning information.
specifies the width of a character in a uniform
font, where character-width is the number of font units.
specifies that the GFONT procedure is not to display
the font that it is creating.
specifies that the current key map is ignored when
you create and then use the font that is created.
controls the resolution of the fonts by specifying
the number of bytes (1 through 4) for storing coordinates in the font.
specifies that hexadecimal values display automatically
below the font characters when the GFONT procedure displays the font.
specifies that character codes display automatically
below the font characters when the GFONT procedure displays the font.
specifies the SAS data set that contains font spacing
information.
specifies that characters are spaced uniformly rather
than proportionately.
Displaying fonts
specifies a color for the body of the characters.
specifies the SAS catalog in which to save the graphics
output generated by the display of the font.
specifies the height of the font characters in number
of units, n.
specifies that the current key map is ignored when
displaying the font and its character codes or hexadecimal values.
turns off the automatic display of character codes
that are created when you use the SHOWROMAN option during font creation.
turns off the automatic display of hexadecimal values
for single-byte characters.
specifies a color for reference lines.
draws reference lines around each displayed character.
specifies the color of the character codes or hexadecimal
values that are displayed with the SHOWROMAN and ROMHEX options.
specifies the font for character codes and hexadecimal
values that are displayed by the SHOWROMAN and ROMHEX options.
displays hexadecimal values below the font characters.
specifies the height of the character codes and
the hexadecimal values that are displayed with the SHOWROMAN and ROMHEX
options in number of units, n.
displays the font with a space for every possible
character position whether a font character exists for that position.
displays character codes below the font characters
even if they are not displayed automatically with the font.