setFontStyle
Sets the font style of a control.
Parameters
Example Usages
brixxApi.setFontStyle("myControl", "italic"); brixxApi.setFontStyle("myControl", "normal");
brixxApi.setFontStyle("myControl"); // you can skip param2 if you want to set back to normalLast updated