Font_get_size - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Description
Gets the font size of the given font resource and returns it.
Parameters
Parameter | Data Type | Description |
---|---|---|
ind | integer | index of the font |
Return Values
integer: Returns the font size of the font.
Example Call
// demonstrates getting the font size of a font
var sz;
sz = font_get_size(myfont);
NOTOC