The font data set consists
of a series of observations that describe the font. The variables
in the font data set must be assigned certain names and types.
Table of Font Data Set Variables describes the variables that are included in the font data
set. These variables are described in Font Data Set Variables in more detail.
The font data set must
include the horizontal and vertical coordinate values. It also includes
line segment numbers that the GFONT procedure uses to generate each
character. In addition, each observation must include a character
code that is associated with the font character and is used to specify
the font character in a text string. The font data set also determines
whether the font is stroked or polygon. A font data set that generates
a polygon font produces an outline font by default. You can use the
FILLED option with the same data set to generate a filled font.
Specify the font data
set with the DATA= argument, for example:
data mylib.fontdata;
proc gfont data=fontdata name=mylogo;
run;
Table of Font Data Set Variables
|
|
|
|
|
|
|
|
The character code associated
with the font character
|
|
|
Keyboard characters
or hexadecimal values
|
|
|
|
The type of line segment
being drawn, either a line or a polygon
|
|
|
|
|
|
|
The type of data in
the observation
|
|
|
|
|
|
|
The number of the line
segment or polygon being drawn
|
|
|
|
|
|
|
The horizontal coordinate
|
|
|
|
|
|
|
|
|
|
|
|
|