Click or drag to resize
HyperTextStylesGetInheritedCustomTextStyles Method
Gets a table of the inherited custom text styles and the sheets on which they are defined.

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public Dictionary<HyperTextStylesText, HyperTextStyles> GetInheritedCustomTextStyles()

Return Value

Type: DictionaryHyperTextStylesText, HyperTextStyles
The inherited custom text styles.
See Also