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

  man pages->IRIX man pages -> fmenumerate (3w)              
Title
Content
Arch
Section
 

Contents


FMENUMERATE(3W)						       FMENUMERATE(3W)


NAME    [Toc]    [Back]

     fmenumerate - enumerate the font faces available through the font
     manager.

SYNOPSIS    [Toc]    [Back]

     #include <fmclient.h>

     void fmenumerate (callback)
     void (*callback)();

DESCRIPTION    [Toc]    [Back]

     fmenumerate accepts a callback routine as an argument.  It	calls the
     routine once for each font	face file in the font directories in the font
     path, When	fmenumerate calls the callback routine,	it passes the callback
     routine a pointer to a character string that contains the name of a font
     file.  For	example, the following code prints the name of each "family"
     to	the terminal:

	  void printname(str)
	      char *str;
	  {
	       printf("%s\n", str);
	  }

	  main()
	  {
	       fminit();
	       fmenumerate(printname);
	  }

SEE ALSO    [Toc]    [Back]

      
      
     fminit(3W), fmfontpath(3W), fmsetpath(3W).

NOTE    [Toc]    [Back]

     This routine is available only in immediate mode.


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
defoma Linux Debian Font Manager, provides automatic font configuration framework.
defoma-font Linux register/unregister font(s) to Debian Font Manager
ufmSetFontPath IRIX set the Universal Font Manager (UFM) font path
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
XmFontListEntryLoad Tru64 A font list function that loads a font or creates a font set and creates an accompanying font list e...
XmFontListEntryGetFont IRIX A font list function that retrieves font information from a font list entry
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
DXmLoadQueryFont Tru64 Loads the font specified by the font name or generates a new font name.
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service