Is there a way to change the text font, font color and font size in script? I have tried:
DesktopX.Object("Obj to change").font="font to use"
DesktopX.Object("Obj to change").font.color=RGB(25,50,75)
DesktopX.Object("Obj to change").color=RGB(25,50,75)
All I get is an error and frequent DX Builder crashes
Thanks