XUnloadFont(display, font)
Display *display;
Font font;
display | Specifies the connection to the X server. |
font | Specifies the font. |
XUnloadFont() can generate a BadFont error.
BadFont | A value for a font argument does not name a defined font (or, in some cases, GContext). |