font_get_size


描述

With this function you can get the size of any font resource, which is the point value shown by the font resource dialogue.


语法:

font_get_size(ind);


参数 描述
ind Index of the font to get the size of.


返回:

Real(实数)


例如:

sz = font_get_size(font0);

This will get the size of the font indexed by the "font0" variable and store it in the variable "sz".