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