XmFontListCopy(X3mot)


XmFontListCopy -- a font list function that copies a font list

Synopsis

#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 values

Returns NULL if fontlist is NULL; otherwise, returns a new font list.

References

XmFontList(X3mot) and XmFontListFree(X3mot).
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.