Skip to content

Font_get_size

hugh greene edited this page Jun 20, 2022 · 1 revision

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

Clone this wiki locally