Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XUnloadFont(3x) — HP-UX 9.10

Media Vault

Software Library

Restoration Projects

Artifacts Sought

 

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(), XFreeFontPath(), XGetFontPath(), XGetFontProperty(), XListFonts(), XListFontsWithInfo(), XLoadFont(), XLoadQueryFont(), XQueryFont(), XSetFont(), XSetFontPath(). 

Copyright O’Reilly & Assoc.  —  

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026