Click or drag to resize
HyperTextStylesText Structure
A structure for storing information about a text style for a tag.

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
[SerializableAttribute]
public struct Text : IIdentifiable<string>, 
	IPropertyBackingFieldCompatible<HyperTextStylesText>, IPropertyBackingFieldCompatible, ICloneable, IEquatable<HyperTextStylesText>

The HyperTextStylesText type exposes the following members.

Constructors
  NameDescription
Public methodHyperTextStylesText
Initializes a new instance of the HyperTextStylesText struct.
Top
Properties
  NameDescription
Public propertyIdentifier
Gets the identifier.
Public propertyTag
Gets the tag used to indicate this style.
Public propertyTextStyle
Gets the text style.
Public propertyVerticalOffset
Gets the vertical offset as a percentage of surrounding line height.
Top
Methods
  NameDescription
Public methodClone
Clone this instance.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current HyperTextStylesText.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(HyperTextStylesText)
Determines whether the specified HyperTextStylesText is equal to the current HyperTextStylesText.
Public methodGetHashCode
Serves as a hash function for a HyperTextStylesText object.
(Overrides ValueTypeGetHashCode.)
Public methodGetSerializedPropertiesHash
Gets a hash value that is based on the values of the serialized properties of this instance.
Public methodGetVerticalOffset
Gets the vertical offset.
Public methodStatic memberValidateTag
Validates the supplied tag.
Top
See Also