Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
XmFontLis...ontContext(3)  Library Functions Manual  XmFontLis...ontContext(3)

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(
       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.

       If  an  application deallocates the font	list passed to XmFontListInit-
       FontContext as the fontlist argument, the context established  by  this
       function	is rendered no longer valid.

       context	 Specifies a pointer to	the allocated context

       fontlist	 Specifies the font list

RETURN
       Returns	True  if  the context was allocated; otherwise,	returns	False.
       If the function allocated a context, the	application is responsible for
       managing	the allocated space. The application can recover the allocated
       space by	calling	XmFontListFreeFontContext.

RELATED
       XmFontList(3),  XmFontListFreeFontContext(3),   and   XmFontListNextEn-
       try(3).

						     XmFontLis...ontContext(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmFontListInitFontContext&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help