Sets the font size of an object of type Text (Text) or Label (Label)
setFontSize(value:int)
Parameters
Name |
Type |
Действие |
Значение по умолчанию |
value |
int |
New font size |
— |
Return value
Object reference of type GObject for chain of calls
Example
obj.setFontSize(24);