1XmFontListFree(library call) XmFontListFree(library call)
2
3
4
6 XmFontListFree — A font list function that recovers memory used by a
7 font list
8
10 #include <Xm/Xm.h>
11 void XmFontListFree(
12 XmFontList list);
13
15 XmFontListFree recovers memory used by a font list. This routine does
16 not free the XFontSet or XFontStruct associated with the specified font
17 list.
18
19 list Specifies the font list to be freed
20
22 XmFontList(3), XmFontListAppendEntry(3), XmFontListCopy(3), and
23 XmFontListRemoveEntry(3).
24
25
26
27 XmFontListFree(library call)