Changing font size for a widget

Started by ingar, 15 September 2020, 00:47:56

ingar

Hi.

I have a "tgui::Label::Ptr" for a widget created by guibuilder.

I want to change the font size for the widget.
What is the best way?

Ingar

ingar

Stupid me:

I overlooked getTextsize and setTextsize functions.

Ingar