FMSETPATH(3W) FMSETPATH(3W)
fmsetpath - set the current font path.
#include <fmclient.h>
void fmsetpath(path)
char *path;
fmsetpath accepts a pointer to a string that describes the current search
path for finding font files. The string should be a colon-separated list
of directories. The default font path for bitmap fonts for the IRIS Font
Manager is
"/usr/lib/X11/fonts/100dpi:/usr/lib/X11/fonts/75dpi:/usr/lib/X11/fonts/misc".
That font path can be changed by using the environment variable FONTPATH.
The default font path for outline fonts for the IRIS Font Manager is
"/usr/lib/DPS/outline/base". That font path cannot be changed.
fminit(3W), fmfontpath(3W).
This routine is available only in immediate mode.
PPPPaaaaggggeeee 1111 [ Back ]
|