manpagez: man pages & more
man XmFontListCreate(3)
Home | html | info | man
XmFontListCreate(library call)                  XmFontListCreate(library call)




NAME

       XmFontListCreate -- A font list function that creates a font list


SYNOPSIS

       #include <Xm/Xm.h>
       XmFontList XmFontListCreate(
       XFontStruct * font,
       XmStringCharSet charset);


DESCRIPTION

       XmFontListCreate  creates  a new font list with a single element speci-
       fied by the provided font and character  set.  It  also  allocates  the
       space for the font list.

       NOTE:  This function is obsolete and exists for compatibility with pre-
       vious releases. It is replaced by XmFontListAppendEntry.

       font      Specifies a pointer to a font structure  for  which  the  new
                 font list is generated. This is the structure returned by the
                 XLib XLoadQueryFont function.

       charset   Specifies the character set identifier for  the  font.   This
                 can be XmSTRING_DEFAULT_CHARSET, but this value does not com-
                 ply with the AES, and it may be removed in future versions of
                 Motif.  If the value is XmSTRING_DEFAULT_CHARSET, the routine
                 derives the character set from the current language  environ-
                 ment.


RETURN

       Returns  NULL if font or charset is NULL; otherwise, returns a new font
       list.


RELATED

       XmFontList(3) and XmFontListAppendEntry(3).



                                                XmFontListCreate(library call)

openMotif 2.3.1 - Generated Sun Nov 30 14:33:49 CST 2008
© manpagez.com 2000-2024
Individual documents may contain additional copyright information.