m.top.font = "font:LargeBoldSystemFont"
m.top.font.size = 20
"philotas" wrote:
this code seemed a little weird, but obvioulsy setting the font of a Label to a string converts it to a Font Nodem.top.font = "font:LargeBoldSystemFont"
m.top.font.size = 20
"philotas" wrote:
Yes it is!
This could be at least documented...
you can also set sizes explicitly using BrightScript:
m.mylargerlabel.font.size = m.mylargerlabel.font.size+5