This wiki is out of date, use the continuation of this wiki instead

Set glyph

From FenixWiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 15:30, 13 November 2007 (edit)
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...)
← Previous diff
Revision as of 14:08, 14 April 2008 (edit) (undo)
Sandman (Talk | contribs)
m (Definition)
Next diff →
Line 5: Line 5:
'''INT''' set_glyph ( <'''INT''' fontID> , <'''INT''' glyphID> , <'''INT''' fileID> , <'''INT''' graphID> ) '''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]].+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.
== Parameters == == Parameters ==

Revision as of 14:08, 14 April 2008


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.

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() •
Personal tools