Click or drag to resize
HyperTextProcessor Properties

The HyperTextProcessor type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCloseTagCaptureGroup
Gets the name of the capture group used for a close tag in a piece of text.
Public propertyGUIStyle
Gets a GUIStyle for the current property values.
Public propertyInputText
Gets or sets the input text.
Public propertyInputTextSource
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.
Public propertyIsDynamicFontDesired
Gets or sets a value indicating whether dynamic font output is desired on this instance.
Public propertyIsDynamicFontEnabled
Gets a value indicating whether dynamic font output is enabled.
Public propertyIsRichTextDesired
Gets or sets a value indicating whether rich text is desired on this instance.
Public propertyIsRichTextEnabled
Gets a value indicating whether rich text is enabled on this instance.
Public propertyStatic memberOpenTagCaptureGroup
Gets the name of the capture group used for an open tag in a piece of text.
Public propertyOutputText
Gets the output text.
Public propertyReferenceFontSize
Gets or sets the reference font size. It should correspond to the font size where OutputText will be sent.
Public propertyStatic memberReservedTags
Gets the reserved tags.
Public propertyScaleFactor
Gets or sets the scale factor.
Public propertyShouldOverrideStylesFontSize
Gets or sets a value indicating whether this HyperTextProcessor should override the font size specified in styles, if one is assigned.
Public propertyStyles
Gets or sets the styles.
Public propertyStatic memberTextCaptureGroup
Gets the name of the capture group used for text enclosed in a tag.
Top
See Also