XSetFontPath(display, directories, ndirs)
Display *display;
char **directories;
int ndirs;
display | Specifies the connection to the X server. |
directories | Specifies the directory path used to look for a font. Setting the path to the empty list restores the default path defined for the X server. |
ndirs | Specifies the number of directories in the path. |
XSetFontPath() can generate a BadValue error.
BadValue | Some numeric value falls outside the range of values accepted by the request. Unless a specific range is specified for an argument, the full range defined by the argument's type is accepted. Any argument defined as a set of alternatives can generate this error. |