Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds a new text style to a container.
Syntax
protected void addTextStyle(
str _textStyleId,
str _fontWeight,
real _fontSize,
str _fontColor)
Run On
Called
Parameters
- _textStyleId
Type: str
The ID of the text style.
- _fontWeight
Type: str
The font weight.
- _fontSize
Type: real
The font size.
- _fontColor
Type: str
The font color as a HEX string.