- This wiki is out of date, use the continuation of this wiki instead
 
Get glyph
From FenixWiki
Contents | 
[edit] Definition
INT get_glyph ( <INT fontID> , <INT glyphID> )
Creates a new graphic containing the specified glyph of the specified font.
[edit] Parameters
| INT fontID | - The fontID of the font the glyph is wanted. | 
| INT glyphID | - The glyphID of the glyph in the specified font. | 
[edit] Returns
INT : GraphID
| 0 | - Invalid font; Invalid glyph; could not create graphic; | 
| >0 | - The graphID of the graphic containing the glyph. | 
[edit] See also
| Fonts Functions | |
| • Get_glyph() • Load_fnt() • New_fnt() • Save_fnt() • Set_glyph() • | |
