| 
									
										
										
										
											1998-08-10 19:42:37 +00:00
										 |  |  | \section{\module{fm} --- | 
					
						
							| 
									
										
										
										
											1999-02-20 04:51:16 +00:00
										 |  |  |          \emph{Font Manager} interface} | 
					
						
							| 
									
										
										
										
											1998-07-23 17:59:49 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-02-20 04:51:16 +00:00
										 |  |  | \declaremodule{builtin}{fm} | 
					
						
							| 
									
										
										
										
											1999-03-02 16:37:17 +00:00
										 |  |  |   \platform{IRIX} | 
					
						
							| 
									
										
										
										
											1998-07-23 17:59:49 +00:00
										 |  |  | \modulesynopsis{\emph{Font Manager} interface for SGI workstations.} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-01-02 01:22:07 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-01-14 14:51:31 +00:00
										 |  |  | This module provides access to the IRIS \emph{Font Manager} library. | 
					
						
							| 
									
										
										
										
											1998-04-04 06:46:05 +00:00
										 |  |  | \index{Font Manager, IRIS} | 
					
						
							|  |  |  | \index{IRIS Font Manager} | 
					
						
							| 
									
										
										
										
											1994-01-02 01:22:07 +00:00
										 |  |  | It is available only on Silicon Graphics machines. | 
					
						
							| 
									
										
										
										
											1999-04-29 02:47:40 +00:00
										 |  |  | See also: \emph{4Sight User's Guide}, section 1, chapter 5: ``Using | 
					
						
							| 
									
										
										
										
											1998-03-15 02:04:59 +00:00
										 |  |  | the IRIS Font Manager.'' | 
					
						
							| 
									
										
										
										
											1994-01-02 01:22:07 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | This is not yet a full interface to the IRIS Font Manager. | 
					
						
							|  |  |  | Among the unsupported features are: matrix operations; cache | 
					
						
							|  |  |  | operations; character operations (use string operations instead); some | 
					
						
							|  |  |  | details of font info; individual glyph metrics; and printer matching. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | It supports the following operations: | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \begin{funcdesc}{init}{} | 
					
						
							|  |  |  | Initialization function. | 
					
						
							| 
									
										
										
										
											1998-03-15 02:04:59 +00:00
										 |  |  | Calls \cfunction{fminit()}. | 
					
						
							| 
									
										
										
										
											1994-01-02 01:22:07 +00:00
										 |  |  | It is normally not necessary to call this function, since it is called | 
					
						
							| 
									
										
										
										
											1998-03-15 02:04:59 +00:00
										 |  |  | automatically the first time the \module{fm} module is imported. | 
					
						
							| 
									
										
										
										
											1994-01-02 01:22:07 +00:00
										 |  |  | \end{funcdesc} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \begin{funcdesc}{findfont}{fontname} | 
					
						
							|  |  |  | Return a font handle object. | 
					
						
							|  |  |  | Calls \code{fmfindfont(\var{fontname})}. | 
					
						
							|  |  |  | \end{funcdesc} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \begin{funcdesc}{enumerate}{} | 
					
						
							|  |  |  | Returns a list of available font names. | 
					
						
							| 
									
										
										
										
											1998-03-15 02:04:59 +00:00
										 |  |  | This is an interface to \cfunction{fmenumerate()}. | 
					
						
							| 
									
										
										
										
											1994-01-02 01:22:07 +00:00
										 |  |  | \end{funcdesc} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \begin{funcdesc}{prstr}{string} | 
					
						
							| 
									
										
										
										
											1998-03-15 02:04:59 +00:00
										 |  |  | Render a string using the current font (see the \function{setfont()} font | 
					
						
							| 
									
										
										
										
											1994-01-02 01:22:07 +00:00
										 |  |  | handle method below). | 
					
						
							|  |  |  | Calls \code{fmprstr(\var{string})}. | 
					
						
							|  |  |  | \end{funcdesc} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \begin{funcdesc}{setpath}{string} | 
					
						
							|  |  |  | Sets the font search path. | 
					
						
							| 
									
										
										
										
											1998-03-15 02:04:59 +00:00
										 |  |  | Calls \code{fmsetpath(\var{string})}. | 
					
						
							| 
									
										
										
										
											1994-01-02 01:22:07 +00:00
										 |  |  | (XXX Does not work!?!) | 
					
						
							|  |  |  | \end{funcdesc} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \begin{funcdesc}{fontpath}{} | 
					
						
							|  |  |  | Returns the current font search path. | 
					
						
							|  |  |  | \end{funcdesc} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | Font handle objects support the following operations: | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-02-13 06:58:54 +00:00
										 |  |  | \setindexsubitem{(font handle method)} | 
					
						
							| 
									
										
										
										
											1994-01-02 01:22:07 +00:00
										 |  |  | \begin{funcdesc}{scalefont}{factor} | 
					
						
							|  |  |  | Returns a handle for a scaled version of this font. | 
					
						
							|  |  |  | Calls \code{fmscalefont(\var{fh}, \var{factor})}. | 
					
						
							|  |  |  | \end{funcdesc} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \begin{funcdesc}{setfont}{} | 
					
						
							|  |  |  | Makes this font the current font. | 
					
						
							|  |  |  | Note: the effect is undone silently when the font handle object is | 
					
						
							|  |  |  | deleted. | 
					
						
							|  |  |  | Calls \code{fmsetfont(\var{fh})}. | 
					
						
							|  |  |  | \end{funcdesc} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \begin{funcdesc}{getfontname}{} | 
					
						
							|  |  |  | Returns this font's name. | 
					
						
							|  |  |  | Calls \code{fmgetfontname(\var{fh})}. | 
					
						
							|  |  |  | \end{funcdesc} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \begin{funcdesc}{getcomment}{} | 
					
						
							|  |  |  | Returns the comment string associated with this font. | 
					
						
							|  |  |  | Raises an exception if there is none. | 
					
						
							|  |  |  | Calls \code{fmgetcomment(\var{fh})}. | 
					
						
							|  |  |  | \end{funcdesc} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \begin{funcdesc}{getfontinfo}{} | 
					
						
							|  |  |  | Returns a tuple giving some pertinent data about this font. | 
					
						
							|  |  |  | This is an interface to \code{fmgetfontinfo()}. | 
					
						
							|  |  |  | The returned tuple contains the following numbers: | 
					
						
							| 
									
										
										
										
											1998-03-15 02:04:59 +00:00
										 |  |  | \code{(}\var{printermatched}, \var{fixed_width}, \var{xorig}, | 
					
						
							|  |  |  | \var{yorig}, \var{xsize}, \var{ysize}, \var{height}, | 
					
						
							|  |  |  | \var{nglyphs}\code{)}. | 
					
						
							| 
									
										
										
										
											1994-01-02 01:22:07 +00:00
										 |  |  | \end{funcdesc} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \begin{funcdesc}{getstrwidth}{string} | 
					
						
							| 
									
										
										
										
											1998-03-15 02:04:59 +00:00
										 |  |  | Returns the width, in pixels, of \var{string} when drawn in this font. | 
					
						
							| 
									
										
										
										
											1994-01-02 01:22:07 +00:00
										 |  |  | Calls \code{fmgetstrwidth(\var{fh}, \var{string})}. | 
					
						
							|  |  |  | \end{funcdesc} |