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

Get glyph

From FenixWiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 15:20, 13 November 2007 (edit)
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 ...)
← Previous diff
Revision as of 15:20, 13 November 2007 (edit) (undo)
Sandman (Talk | contribs)
m
Next diff →
Line 19: Line 19:
| 0 || - Invalid font; Invalid glyph; could not create graphic; | 0 || - Invalid font; Invalid glyph; could not create graphic;
|- |-
-| >=0 || - The graphID of the graphic containing the glyph.+| >0 || - The graphID of the graphic containing the glyph.
|} |}

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