XmFontListCreate
A font list function that creates a font list "XmFontListCreate" "font list functions" "XmFontListCreate"
- Provided by: libmotif-dev (Version: 2.3.4-10)
- Source: motif
- Report a bug
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.