FMFONTPATH(3W) FMFONTPATH(3W)
fmfontpath - get the current font path.
#include <fmclient.h>
char *fmfontpath()
fmfontpath returns a pointer to a string that describes the current
search path for finding font files. The string contains a colonseparated
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 those outline fonts which are in the Type 1
format is "/usr/lib/DPS/outline/base". That font path cannot be changed.
The default font path for those outline fonts which are in the CID-keyed
format is "/usr/lib/X11/fonts/CID". That font path can be changed by
using the environment variable CID_FONTPATH.
fminit(3W), fmsetpath(3W).
This routine is available only in immediate mode.
PPPPaaaaggggeeee 1111 [ Back ]
|