|
XmFontListCopy(3X)
Contents
|
XmFontListCopy - A font list function that copies a font
list
#include <Xm/Xm.h>
XmFontList XmFontListCopy (fontlist)
XmFontList fontlist;
XmFontListCopy creates a new font list consisting of the
contents of the fontlist argument. Specifies a font list
to be copied
Returns NULL if fontlist is NULL; otherwise, returns a new
font list.
XmFontList(3X), XmFontListFree(3X)
XmFontListCopy(3X)
[ Back ] |