PEXUnloadFont - Unload PEX Font (5.0)


Synopsis

 
   void PEXUnloadFont(
        Display *display,
        PEXFont font
   ) 

Arguments

display
A pointer to a display structure returned by a successful XOpenDisplay call.

font
The resource identifier of the PEX font.

Returns

None.

Description

Invoke PEXUnloadFont to delete the association between the resource identifier and the PEX font.

The PEX font itself is freed when no other resources references it.

Errors

BadPEXFont
The specified font resource identifier is invalid.

See Also

For a list of PEX Font functions and related topics, see PEX Fonts.