XmFontListCreate(3) | Library Functions Manual | XmFontListCreate(3) |
XmFontListCreate — A font list function that creates a font list "XmFontListCreate" "font list functions" "XmFontListCreate"
#include <Xm/Xm.h> XmFontList XmFontListCreate( XFontStruct * font, XmStringCharSet charset);
XmFontListCreate creates a new font list with a single element specified by the provided font and character set. It also allocates the space for the font list.
NOTE: This function is obsolete and exists for compatibility with previous releases. It is replaced by XmFontListAppendEntry.
Returns NULL if font or charset is NULL; otherwise, returns a new font list.
XmFontList(3) and XmFontListAppendEntry(3).