- This wiki is out of date, use the continuation of this wiki instead
Set glyph
From FenixWiki
(Difference between revisions)
Sandman (Talk | contribs)
(New page: Category:functions Category:fonts == Definition == '''INT''' set_glyph ( <'''INT''' fontID> , <'''INT''' glyphID> , <'''INT''' fileID> , <'''INT''' graphID> ) Sets a certain [[gl...)
Next diff →
Revision as of 15:30, 13 November 2007
Definition
INT set_glyph ( <INT fontID> , <INT glyphID> , <INT fileID> , <INT graphID> )
Sets a certain glyph of a certain font. The new glyph will be a copy of a certain graphic.
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. |
Returns
INT : false
Fonts Functions | |
• Get_glyph() • Load_fnt() • New_fnt() • Save_fnt() • Set_glyph() • |