1XmFontListCopy(library call)                      XmFontListCopy(library call)
2
3
4

NAME

6       XmFontListCopy — A font list function that copies a font list
7

SYNOPSIS

9       #include <Xm/Xm.h>
10       XmFontList XmFontListCopy(
11       XmFontList fontlist);
12

DESCRIPTION

14       XmFontListCopy  creates  a  new font list consisting of the contents of
15       the fontlist argument.
16
17       fontlist  Specifies a font list to be copied
18

RETURN

20       Returns NULL if fontlist is NULL; otherwise, returns a  new  font  list
21       and  allocates space to hold the font list.  The application is respon‐
22       sible for managing the allocated space.  The  application  can  recover
23       the allocated space by calling XmFontListFree.
24
26       XmFontList(3) and XmFontListFree(3).
27
28
29
30                                                  XmFontListCopy(library call)
Impressum