hpux man page for xbasefontnamelistoffontset

Query: xbasefontnamelistoffontset

OS: hpux

Section: 3x

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

XBaseFontNameListOfFontSet(3X)					  XLIB FUNCTIONS				    XBaseFontNameListOfFontSet(3X)

NAME
XBaseFontNameListOfFontSet - obtain font set information
SYNTAX
char *XBaseFontNameListOfFontSet(font_set) XFontSet font_set;
ARGUMENTS
font_set Specifies the font set.
DESCRIPTION
The XBaseFontNameListOfFontSet function 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. White space may appear immediately on either side of separating commas. If XCreateFontSet obtained an XLFD name from the font properties for the font specified by a non-XLFD base name, the XBaseFontNameListOf- FontSet 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 with the associated XFontSet. Until freed, its contents will not be modified by Xlib.
SEE ALSO
XCreateOC(3X), XExtentsOfFontSet(3X), XFontSetExtents(3X), XFontsOfFontSet(3X), XLocaleOfFontSet(3X), XContextDependentDrawing(3X), XCon- textualDrawing(3X), XDirectionalDependentDrawing(3X) X Version 11 Release 6 XBaseFontNameListOfFontSet(3X)
Related Man Pages
xcontextdependentdrawing(3x11) - redhat
xfontsoffontset(3x11) - redhat
xlocaleoffontset(3) - debian
xcontextdependentdrawing(3) - centos
xbasefontnamelistoffontset(3x) - hpux
Similar Topics in the Unix Linux Community
count commas in a script