Loading...
Sets the font weight of a control.
ControlId
FontWeight - one of those: "normal", "bold"
Set to bold
Set to normal
brixxApi.setFontWeight("myControl", "bold");
brixxApi.setFontWeight("myControl", "normal"); brixxApi.setFontWeight("myControl"); //you can skip param2 if you want to set it back to normal