Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XGetFontPat(3x) — HP-UX 9.05

Media Vault

Software Library

Restoration Projects

Artifacts Sought

 

NAME

XGetFontPath − get the current font search path. 

Synopsis

char **XGetFontPath(display, npaths_return)
Display *display;
int *npaths_return;

Arguments

displaySpecifies a connection to an X server; returned from XOpenDisplay(). 

npaths_return
Returns the number of strings in the font path array.

Description

XGetFontPath() allocates and returns an array of strings containing the search path for fonts.  The contents of these strings are implementation-dependent and are not intended to be interpreted by client applications.  The data in the font path should be freed, using XFreeFontPath(), when no longer needed. 

See Also

XCreateFontCursor(), XFreeFont(), XFreeFontInfo(), XFreeFontPath(), XGetFontProperty(), XListFonts(), XListFontsWithInfo(), XLoadFont(), XLoadQueryFont(), XQueryFont(), XSetFont(), XSetFontPath(), XUnloadFont(). 

Copyright O’Reilly & Assoc.  —  

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