Manual Page Result
0
Command: XmFontListInitFontContext | Section: 3 | Source: Digital UNIX | File: XmFontListInitFontContext.3X.gz
XmFontListInitFontContext(3X) XmFontListInitFontContext(3X)
NAME
XmFontListInitFontContext - A font list function that allows applica-
tions to access the entries in a font list
SYNOPSIS
#include <Xm/Xm.h>
Boolean XmFontListInitFontContext (context, fontlist)
XmFontContext *context;
XmFontList fontlist;
DESCRIPTION
XmFontListInitFontContext establishes a context to allow applications
to access the contents of a font list. This context is used when read-
ing the font list entry tag, font, or font set associated with each en-
try in the font list. A Boolean status is returned to indicate whether
or not the font list is valid. Specifies a pointer to the allocated
context Specifies the font list
RETURN VALUE
Returns True if the context was allocated; otherwise, returns False.
SEE ALSO
XmFontList(3X), XmFontListFreeFontContext(3X), XmFontListNextEntry(3X)
XmFontListInitFontContext(3X)