| Click this button to go to the index for this section. |
XmFontListCopy(3X)
OSF/Motif
NAME
XmFontListCopy - A font list function that copies a font listSYNOPSIS
#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 copiedRETURN VALUE
Returns NULL if fontlist is NULL; otherwise, returns a new font list.SEE ALSO
XmFontList(3X), XmFontListFree(3X)