| HyperTextProcessor Properties |
The HyperTextProcessor type exposes the following members.
| Name | Description | |
|---|---|---|
| CloseTagCaptureGroup |
Gets the name of the capture group used for a close tag in a piece of text.
| |
| GUIStyle |
Gets a GUIStyle for the current property values.
| |
| InputText |
Gets or sets the input text.
| |
| InputTextSource |
Gets or sets the input text source. If a value is assigned, its OutputText will be used in place of the
value in the InputText property of this HyperTextProcessor.
| |
| IsDynamicFontDesired |
Gets or sets a value indicating whether dynamic font output is desired on this instance.
| |
| IsDynamicFontEnabled |
Gets a value indicating whether dynamic font output is enabled.
| |
| IsRichTextDesired |
Gets or sets a value indicating whether rich text is desired on this instance.
| |
| IsRichTextEnabled |
Gets a value indicating whether rich text is enabled on this instance.
| |
| OpenTagCaptureGroup |
Gets the name of the capture group used for an open tag in a piece of text.
| |
| OutputText |
Gets the output text.
| |
| ReferenceFontSize |
Gets or sets the reference font size. It should correspond to the font size where OutputText will be sent.
| |
| ReservedTags |
Gets the reserved tags.
| |
| ScaleFactor |
Gets or sets the scale factor.
| |
| ShouldOverrideStylesFontSize |
Gets or sets a value indicating whether this HyperTextProcessor should override the font size
specified in styles, if one is assigned.
| |
| Styles |
Gets or sets the styles.
| |
| TextCaptureGroup |
Gets the name of the capture group used for text enclosed in a tag.
|