PEXUnloadFont(3) — Subroutines
Name
PEXUnloadFont - Unload PEX Font
Synopsis
void PEXUnloadFont(Display ∗display, PEXFont font)
Arguments
displayA pointer to a display structure returned by a successful XOpenDisplay call.
fontThe resource identifier of the PEX font.
Returns
None
Description
This function deletes the association between the resource identifier and the PEX font. The PEX font itself will be freed when no other resource references it.
Data Structures
typedef XID PEXFont;
Errors
BadPEXFontThe specified font resource identifier is invalid.
See Also
PEXLoadFont