*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Tru64 Unix man pages -> XmFontListGetNextFont (3X)              
Title
Content
Arch
Section
 

XmFontListGetNextFont(3X)

Contents


NAME    [Toc]    [Back]

       XmFontListGetNextFont  -  A font list function that allows
       applications to access the fonts and character sets  in  a
       font list

SYNOPSIS    [Toc]    [Back]

       #include <Xm/Xm.h>

       Boolean XmFontListGetNextFont (context, charset, font)
               XmFontContext context;
               XmStringCharSet *charset;
               XFontStruct **font;

DESCRIPTION    [Toc]    [Back]

       XmFontListGetNextFont  accesses the character set and font
       for the next entry of the font list. The application first
       uses  the  XmFontListInitFontContext  routine  to create a
       font list context. The application then calls  XmFontListGetNextFont
  repeatedly  with the same context.  Each succeeding
 call accesses the next element of the  font  list.
       When  finished,  the application calls XmFontListFreeFontContext
 to free the allocated font list context.

       This routine allocates memory for the character set string
       that must be freed by the application.

       This  function  is  obsolete  and exists for compatibility
       with previous releases.  It is replaced by  XmFontListNextEntry.
  If XmFontListGetNextFont is passed a context that
       contains a font set entry, it will return the  first  font
       of  the font set.  The next call to the function will move
       to the next entry in the font list.   Specifies  the  font
       list  context  Specifies  a  pointer  to  a  character set
       string; the routine returns the character set for the current
 font list element Specifies a pointer to a pointer to
       a font structure; the routine returns  the  font  for  the
       current font list element

RETURN VALUE    [Toc]    [Back]

       Returns  True if the returned values are valid; otherwise,
       returns False.

SEE ALSO    [Toc]    [Back]

      
      
       XmFontList(3X), XmFontListNextEntry(3X)



                                        XmFontListGetNextFont(3X)
[ Back ]
 Similar pages
Name OS Title
XmFontListInitFontContext HP-UX A font list function that allows applications to access the entries in a font list
XmFontListInitFontContext Tru64 A font list function that allows applications to access the entries in a font list
XmFontListInitFontContext IRIX A font list function that allows applications to access the entries in a font list
XmFontListEntryGetFont Tru64 A font list function that retrieves font information from a font list entry
XmFontListEntryGetFont HP-UX A font list function that retrieves font information from a font list entry
XmFontListEntryGetFont IRIX A font list function that retrieves font information from a font list entry
XmFontListEntryLoad IRIX A font list function that loads a font or creates a font set and creates an accompanying font list entry
XmFontListEntryLoad HP-UX A font list function that loads a font or creates a font set and creates an accompanying font list entry
XmFontListRemoveEntry Tru64 A font list function that removes a font list entry from a font list
XmFontListRemoveEntry HP-UX A font list function that removes a font list entry from a font list
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service