XBaseFontNameListOfFontSet(3X) XLIB FUNCTIONS XBaseFontNameListOfFontSet(3X)NAMEXBaseFontNameListOfFontSet - 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 imme‐
diately 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 modi‐
fied by Xlib.
SEE ALSOXCreateOC(3X), XExtentsOfFontSet(3X), XFontSetExtents(3X), XFontsOf‐
FontSet(3X), XLocaleOfFontSet(3X), XContextDependentDrawing(3X), XCon‐
textualDrawing(3X), XDirectionalDependentDrawing(3X)X Version 11 Release 6 XBaseFontNameListOfFontSet(3X)