Font_get_range_count - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Description
Gets the number of glyph ranges the given font has and returns the result.
Parameters
Parameter | Data Type | Description |
---|---|---|
ind | integer | index of the font |
Return Values
integer: Returns the number of glyph ranges the font has.
Example Call
// demonstrates getting the range count of a font
var cnt;
cnt = font_get_range_count(myfont);
NOTOC