NAME
XUnloadFont — unload a font.
SYNOPSIS
XUnloadFont(display, font) Display ∗display; Font font;
ARGUMENTS
displaySpecifies a connection to an X server; returned from XOpenDisplay().
fontSpecifies the ID of the font to be unloaded.
DESCRIPTION
XUnloadFont() indicates to the server that this client no longer needs the specified font. The font may be unloaded on the X server if this is the last client that needs the font. In any case, the font should never again be referenced by this client because Xlib destroys the resource ID.
For more information on loading and unloading fonts, see Volume One, Chapter 6, Drawing Graphics and Text.
ERRORS
BadFont
SEE ALSO
XCreateFontCursor(), XFreeFont(), XFreeFontInfo(), XFreeFontNames(), XFreeFontPath(), XGetFontPath(), XGetFontProperty(), XListFonts(), XListFontsWithInfo(), XLoadFont(), XLoadQueryFont(), XQueryFont(), XSetFont(), XSetFontPath().
Xlib Reference Manual