![]() |
![]()
| ![]() |
![]()
NAMEXmFontListCreate — A font list function that creates a font list SYNOPSIS#include <Xm/Xm.h> XmFontList XmFontListCreate( XFontStruct * font, XmStringCharSet charset); DESCRIPTIONXmFontListCreate 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.
RETURNReturns NULL if font or charset is NULL; otherwise, returns a new font list. RELATEDXmFontList(3) and XmFontListAppendEntry(3).
|