- This wiki is out of date, use the continuation of this wiki instead
Set glyph
From FenixWiki
(Difference between revisions)
| Revision as of 14:08, 14 April 2008 (edit) Sandman (Talk | contribs) m (→Definition) ← Previous diff |
Current revision (14:09, 14 April 2008) (edit) (undo) Sandman (Talk | contribs) m |
||
| Line 20: | Line 20: | ||
| == Returns == | == Returns == | ||
| '''INT''' : [[false]] | '''INT''' : [[false]] | ||
| + | |||
| + | == See also == | ||
| + | * [[get_glyph]]() | ||
| {{Funcbox | {{Funcbox | ||
| | category=Fonts | | category=Fonts | ||
| }} | }} | ||
Current revision
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() • | |
