|
Interface Manager
C4Interface.h
TextElement::SetTextFormatExclusionMaskSets the format exclusion mask for a text element.Prototype
Parameters
Description
The SetTextFormatExclusionMask function sets the format exclusion mask for a text element, which can be a combination (through logical OR) of the following values.
When a bit is set in the format exclusion mask, then the corresponding format tags are not applied in the rendered text. The default format exclusion mask is the single bit kTextFormatAlignment.
See Also
TextElement::GetTextFormatExclusionMask
|