Struct TMP_FontStyleStack
Structure used to track basic XML tags which are binary (on / off)
Namespace: TMPro
Assembly: Unity.TextMeshPro.dll
Syntax
public struct TMP_FontStyleStack
Fields
bold
Declaration
Field Value
highlight
Declaration
Field Value
italic
Declaration
Field Value
lowercase
Declaration
Field Value
smallcaps
Declaration
Field Value
strikethrough
Declaration
public byte strikethrough
Field Value
subscript
Declaration
Field Value
superscript
Declaration
Field Value
underline
Declaration
Field Value
uppercase
Declaration
Field Value
Methods
Add(FontStyles)
Declaration
public byte Add(FontStyles style)
Parameters
Returns
Clear()
Clear the basic XML tag stack.
Declaration
Remove(FontStyles)
Declaration
public byte Remove(FontStyles style)
Parameters
Returns