XmFontListCopy(Xm) 6 January 1993 XmFontListCopy(Xm) Name XmFontListCopy - a font list function that copies a font list Syntax #include <Xm/Xm.h> XmFontList XmFontListCopy (fontlist) XmFontList fontlist; Description XmFontListCopy creates a new font list consisting of the contents of the fontlist argument. fontlist Specifies a font list to be copied Return value Returns NULL if fontlist is NULL; otherwise, returns a new font list. See also XmFontList(Xm) and XmFontListFree(Xm).