Struct TMP_BasicXmlTagStack
Structure used to track basic XML tags which are binary (on / off)
Namespace: TMPro
Syntax
public struct TMP_BasicXmlTagStack
Fields
bold
Declaration
public byte bold
Field Value
| Type | Description |
|---|---|
| Byte |
highlight
Declaration
public byte highlight
Field Value
| Type | Description |
|---|---|
| Byte |
italic
Declaration
public byte italic
Field Value
| Type | Description |
|---|---|
| Byte |
lowercase
Declaration
public byte lowercase
Field Value
| Type | Description |
|---|---|
| Byte |
smallcaps
Declaration
public byte smallcaps
Field Value
| Type | Description |
|---|---|
| Byte |
strikethrough
Declaration
public byte strikethrough
Field Value
| Type | Description |
|---|---|
| Byte |
subscript
Declaration
public byte subscript
Field Value
| Type | Description |
|---|---|
| Byte |
superscript
Declaration
public byte superscript
Field Value
| Type | Description |
|---|---|
| Byte |
underline
Declaration
public byte underline
Field Value
| Type | Description |
|---|---|
| Byte |
uppercase
Declaration
public byte uppercase
Field Value
| Type | Description |
|---|---|
| Byte |
Methods
Add(FontStyles)
Declaration
public byte Add(FontStyles style)
Parameters
| Type | Name | Description |
|---|---|---|
| FontStyles | style |
Returns
| Type | Description |
|---|---|
| Byte |
Clear()
Clear the basic XML tag stack.
Declaration
public void Clear()
Remove(FontStyles)
Declaration
public byte Remove(FontStyles style)
Parameters
| Type | Name | Description |
|---|---|---|
| FontStyles | style |
Returns
| Type | Description |
|---|---|
| Byte |