Closed PMunch closed 5 years ago
Is it possible to set the font size of a static text? I trying poking around the code but the only thing I could find was a way to get the font size.
Found the answer in in the frame.nim example:
frame.nim
var statictext = StaticText(panel, label="This is just some text") statictext.font = Font(24, weight = wFontWeightBold)
Is it possible to set the font size of a static text? I trying poking around the code but the only thing I could find was a way to get the font size.