Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
XmFontListCopy(3)	   Library Functions Manual	     XmFontListCopy(3)

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

SYNOPSIS
       #include	<Xm/Xm.h>
       XmFontList XmFontListCopy(
       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
       Returns NULL if fontlist	is NULL; otherwise, returns a  new  font  list
       and  allocates space to hold the	font list.  The	application is respon-
       sible for managing the allocated	space.	The  application  can  recover
       the allocated space by calling XmFontListFree.

RELATED
       XmFontList(3) and XmFontListFree(3).

							     XmFontListCopy(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmFontListCopy&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help