- This wiki is out of date, use the continuation of this wiki instead
Get glyph
From FenixWiki
(Difference between revisions)
Sandman (Talk | contribs)
(New page: Category:functions Category:fonts == Definition == '''INT''' get_glyph ( <'''INT''' fontID> , <'''INT''' glyphID> ) Creates a new graphic containing a certain glyph of a ...)
Next diff →
Revision as of 15:20, 13 November 2007
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() • |