- This wiki is out of date, use the continuation of this wiki instead
 
Load fnt
From FenixWiki
(Difference between revisions)
												
			
			| Revision as of 01:34, 1 May 2007 (edit) Sandman (Talk | contribs) m (→Throws - -> Errors) ← Previous diff  | 
				Revision as of 22:44, 27 June 2007 (edit) (undo) Sandman (Talk | contribs) m Next diff →  | 
			||
| Line 1: | Line 1: | ||
| [[Category:functions]] | [[Category:functions]] | ||
| - | [[Category: | + | [[Category:texts]] | 
| == Definition == | == Definition == | ||
Revision as of 22:44, 27 June 2007
Contents | 
Definition
INT load_fnt ( <STRING file> )
Loads a font into memory. A font is usually with the extension .fnt.
Parameters
| STRING file | - The path to and filename of the font file. | 
Returns
INT : FontID
| -1 | - Error: file does not exist. | 
| 0 | - Filename could not be obtained from the specified string (doesn't happen usually). | 
| >0 | - The FontID. | 
Errors
| Format not recognized | - The format of the specified file could not be recognized. | 
