FMPRINTERMATCH(3W) FMPRINTERMATCH(3W)
fmprintermatch - toggle printer matching
#include <fmclient.h>
void fmprintermatch(set)
long set;
fmprintermatch sets a state variable that controls printer font matching.
fmprintermatch(0) disables printer font matching, fmprintermatch(1)
enables printer font matching. When a font is rendered (imaged), the
Font Manager check the state of this variable. If enabled, the Font
Manager looks for a printer widths file that corresponds to the font. If
the file exists, and the font has not yet been sized, the Font Manager
creates a new font and inserts it into the font handle that has widths
that correspond to a laser printer's width scheme.
fminit(3W), fmfindfont(3W), fmscalefont(3W), fmsetfont(3W).
This routine is available only in immediate mode.
PPPPaaaaggggeeee 1111 [ Back ]
|