Font_get_texture - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Description
Gets the index of the texture used to render the font and returns it.
Parameters
Parameter | Data Type | Description |
---|---|---|
ind | integer | index of the font |
Return Values
unsigned: Returns the index of the fonts texture.
Example Call
// demonstrates getting the texture used to render a font
var tex;
tex = font_get_texture(myfont);
NOTOC