FMSETFONT(3W) FMSETFONT(3W)
fmsetfont - set the current font.
#include <fmclient.h>
void fmsetfont(fh)
fmfonthandle fh;
fmfindfont returns a handle to a 1-point-high font in the face specified.
fmscalefont applies a specified scale factor to that font. fmsetfont
makes the scaled font the current font. Its functionality parallels the
setfont operator of PostScript.
fminit(3W), fmfindfont(3W), fmscalefont(3W), fmprstr(3W).
The page matrix is always concatenated with the font matrix before
imaging a string or giving out information about a font. Because of
this, using any of the routines discussed on the fmmatrix man page can
change the appearance of any text rendered from the font. These routines
can also change the information retrieved by fmgetfontinfo.
This routine is available only in immediate mode.
PPPPaaaaggggeeee 1111 [ Back ]
|