The horizontal text alignment.
The background color to add a rectangular background for each glyph. This can be any valid MegaEdit color value.
Flag to control if the text is bold. Note that the font used must support a bold variant. If italicFlag is true, we need to support a bold italic variant.
The color of the text/glyphs. This can be any valid MegaEdit color value.
The font family to use. This must match an available font available in the resources for the current product
The font size to use. This is in points.
Flag to control if the text is italic. Note that the font used must support an italic variant. If boldFlag is true, we need to support a bold italic variant.
The opacity of the text.
Add a strike through decoration to the text.
The identifier of the style used for this field or null if no style object is applied. id for more details. This is one of the styles in the group assigned to the field (see selectedGroupStyle).
Add an underline decoration to the text.
Generated using TypeDoc
Defines the text format options. All members are optional - and depending on the usage context, a null value would indicate no change and the format will not be adjusted. In the context of a text fields default format though, all values for a standard appareance should be set.