Loading...
Sets the font style of a control.
controlId
fontStyle - use one of these: "italic", "normal"
Set to italic
Set to normal
brixxApi.setFontStyle("myControl", "italic");
brixxApi.setFontStyle("myControl", "normal"); brixxApi.setFontStyle("myControl"); // you can skip param2 if you want to set back to normal