.\" @(#)PEXUnloadFont.3 1.4 95/03/24 SMI; .so man3/pex.macs .TH PEXUnloadFont 3 "May 1995" "Solaris PEXlib Reference Manual" "" .SH NAME PEXUnloadFont - Unload PEX Font .SH SYNTAX .HP void PEXUnloadFont\^(\^Display *\fIdisplay\fP\^, PEXFont \fIfont\fP\^) .SH PARAMETERS .IP \fIdisplay\fP 1i A pointer to a display structure returned by a successful .B XOpenDisplay call. .IP \fIfont\fP 1i The resource identifier of the PEX font. .SH RETURNS .LP None .SH DESCRIPTION .\" indexing .IX PEXUnloadFont .LP This function deletes the association between the resource identifier and the PEX .I font. The PEX .I font itself will be freed when no other resource references it. .SH DATA STRUCTURES .LP .nf typedef XID PEXFont; .fi .sp .SH ERRORS .TP .SB BadPEXFont The specified font resource identifier is invalid. .SH SEE ALSO .LP .nf .BR PEXLoadFont (3) .fi