Query: xmfontlistnextentry
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XmFontListNextEntry(library call) XmFontListNextEntry(library call)NAMEXmFontListNextEntry -- A font list function that returns the next entry in a font listSYNOPSIS#include <Xm/Xm.h> XmFontListEntry XmFontListNextEntry( XmFontContext context);DESCRIPTIONXmFontListNextEntry returns the next entry in the font list. The application uses the XmFontListInitFontContext routine to create a font list context. The first call to XmFontListNextEntry sets the context to the first entry in the font list. The application then calls XmFontListNextEntry repeatedly with the same context. Each succeeding call accesses the next entry of the font list. When finished, the application calls XmFontListFreeFontContext to free the allocated font list context. context Specifies the font list contextRETURNReturns NULL if the context does not refer to a valid entry or if it is at the end of the font list; otherwise, it returns a font list entry. If the function does return a font list entry, the font list entry is not a copy. Therefore, the application should not free the returned font list entry.RELATEDXmFontList(3), XmFontListEntryFree(3), XmFontListEntryGetFont(3), XmFontListEntryGetTag(3), XmFontListFreeFontContext(3), and XmFontLis- tInitFontContext(3). XmFontListNextEntry(library call)
Related Man Pages |
---|
xmfontlistentrygetfont(3) - redhat |
xmfontlistgetnextfont(3) - redhat |
xmfontlistentrycreate(3) - centos |
xmfontlistentrygetfont(3) - centos |
xmfontlistnextentry(3) - hpux |
Similar Topics in the Unix Linux Community |
---|
errpt on aix entry. |
Why our application can't show the BarCode Font? |
regex to find font class |
Xterm font in JDE or Java apps in CDE |
Change font in Motif |