Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XBaseFontNa(3x) — HP-UX ANSI C A.09.00

Media Vault

Software Library

Restoration Projects

Artifacts Sought

 

Synopsis

   XFontSet font_set;

Arguments

font_setSpecifies the font set. 

Availability

Release 5 and later. 

Description

returns the original base font name list supplied by the client when the XFontSet was created.  A null-terminated string containing a list of comma-separated font names is returned as the value of the function.  Whitespace may appear immediately on either side of separating commas.  If XCreateFontSet() obtained an XLFD (X Logical Font Description) name from the font properties for the font specified by a non-XLFD base name, the function will return the XLFD name instead of the non-XLFD base name.  The base font name list is owned by Xlib and should not be modified or freed by the client.  It will be freed by a call to XFreeFontSet() on the associated XFontSet.  Until freed, its contents will not be modified by Xlib. 

See Also

XCreateFontSet(), XExtentsOfFontSet(), XFontsOfFontSet(), XLocaleOfFontSet(). 

  —  

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