logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XmFontListCopy — A font list function that copies a font list "XmFontListCopy" "font list functions"

Description

XmFontListCopy creates a new font list consisting of the contents of the fontlist argument.

       fontlist  Specifies a font list to be copied

Name

XmFontListCopy  —  A  font  list  function that copies a font list "XmFontListCopy" "font list functions"
       "XmFontListCopy"

Return

       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.

Synopsis

       #include <Xm/Xm.h>
       XmFontListXmFontListCopy(
       XmFontListfontlist);

See Also