next up previous
Next: xtextarray Up: simxlib Previous: x_fontmanager

xfontmanager


     NAME
	  xfontmanager - part of Simula	to Xlib	interface

     DESCRIPTION
	     X_FontManager class XFontManager;
	  This class helps in creating objects of class	 XFont.	 These
	  objects  represents  fonts  available	on the XWindow Server.
	  XFont	objects	are used as  parameters	 to  operations	 using
	  font information.

	  SUPERS: Xlib_fontmanager
	  KIND:	Single object
	  INIT:	-
	  Sequencing:
	  (GetFontPath/ListFonts/getBestFont/getExactFont)*

     OPERATIONS
     getBestFont
	     ref(xfont)	procedure getBestFont(FontName,style,size);
	     text      FontName;
	     integer   style;
	     integer   size;
	  Returns the font  best  matching  the	 parameters  FontName,
	  Style,  and Size.  Curr impl.	always returns default font in
	  size "6x13".

     getExactFont
	     ref(xfont)	procedure getExactFont(totalName);
	     text      totalName;
	  Returns the font named with the full name as listed  by  the
	  Returns the font with	the name totalName