XmFontListCopy(library call) XmFontListCopy(library call)
NAME [Toc] [Back]
XmFontListCopy - A font list function that copies a font list
SYNOPSIS [Toc] [Back]
#include <Xm/Xm.h>
XmFontList XmFontListCopy(
XmFontList fontlist);
DESCRIPTION [Toc] [Back]
XmFontListCopy creates a new font list consisting of the contents of
the fontlist argument.
fontlist Specifies a font list to be copied
RETURN [Toc] [Back]
Returns NULL if fontlist is NULL; otherwise, returns a new font list
and allocates space to hold the font list. The application is
responsible for managing the allocated space. The application can
recover the allocated space by calling XmFontListFree.
RELATED [Toc] [Back]
XmFontList(3) and XmFontListFree(3).
- 1 - Formatted: January 24, 2005 [ Back ] |