- This wiki is out of date, use the continuation of this wiki instead
Set glyph
From FenixWiki
Contents |
[edit] Definition
INT set_glyph ( <INT fontID> , <INT glyphID> , <INT fileID> , <INT graphID> )
Sets the specified glyph of the specified font. The new glyph will be a copy of the specified graphic and thus it may be freed after the call.
[edit] Parameters
INT fontID | - The fontID of the font the glyph is to be set. |
INT glyphID | - The glyphID of the glyph in the specified font. |
INT fileID | - The fileID of the file that holds the graphic. |
INT graphID | - The graphID of the graphic to be copied. |
[edit] Returns
INT : false
[edit] See also
Fonts Functions | |
• Get_glyph() • Load_fnt() • New_fnt() • Save_fnt() • Set_glyph() • |