Hello
i create label in designer
and set font in code
but font size dont change
how can i change font size in code?
i create label in designer
and set font in code
B4X:
Label1.Font = Font.CreateNew2("Montserrat Light", 100)
but font size dont change
how can i change font size in code?