int (*XESetCreateFont(display, extension, proc))()
Display *display;
int extension;
int (*proc)();
Arguments
display
Specifies the connection to the X server.
extension
Specifies the extension number.
proc
Specifies the procedure to call when a font is created.
Description
The
XESetCreateFont()
function defines a procedure to be called whenever
XLoadQueryFont()
and
XQueryFont()
are called.
It returns any previously defined procedure, usually NULL.