Show / Hide Table of Contents

Struct WordWrapState

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
Namespace: TMPro
Assembly: HollowKnight.dll
Syntax
public struct WordWrapState

Fields

| Edit this page View Source

actionStack

Declaration
public TMP_XmlTagStack<int> actionStack
Field Value
Type Description
TMP_XmlTagStack<int>
| Edit this page View Source

baselineOffset

Declaration
public float baselineOffset
Field Value
Type Description
float
| Edit this page View Source

basicStyleStack

Declaration
public TMP_BasicXmlTagStack basicStyleStack
Field Value
Type Description
TMP_BasicXmlTagStack
| Edit this page View Source

colorStack

Declaration
public TMP_XmlTagStack<Color32> colorStack
Field Value
Type Description
TMP_XmlTagStack<Color32>
| Edit this page View Source

currentFontAsset

Declaration
public TMP_FontAsset currentFontAsset
Field Value
Type Description
TMP_FontAsset
| Edit this page View Source

currentFontSize

Declaration
public float currentFontSize
Field Value
Type Description
float
| Edit this page View Source

currentMaterial

Declaration
public Material currentMaterial
Field Value
Type Description
Material
| Edit this page View Source

currentMaterialIndex

Declaration
public int currentMaterialIndex
Field Value
Type Description
int
| Edit this page View Source

currentSpriteAsset

Declaration
public TMP_SpriteAsset currentSpriteAsset
Field Value
Type Description
TMP_SpriteAsset
| Edit this page View Source

firstCharacterIndex

Declaration
public int firstCharacterIndex
Field Value
Type Description
int
| Edit this page View Source

firstVisibleCharacterIndex

Declaration
public int firstVisibleCharacterIndex
Field Value
Type Description
int
| Edit this page View Source

fontScale

Declaration
public float fontScale
Field Value
Type Description
float
| Edit this page View Source

fontScaleMultiplier

Declaration
public float fontScaleMultiplier
Field Value
Type Description
float
| Edit this page View Source

fontStyle

Declaration
public FontStyles fontStyle
Field Value
Type Description
FontStyles
| Edit this page View Source

fontWeightStack

Declaration
public TMP_XmlTagStack<int> fontWeightStack
Field Value
Type Description
TMP_XmlTagStack<int>
| Edit this page View Source

highlightColor

Declaration
public Color32 highlightColor
Field Value
Type Description
Color32
| Edit this page View Source

highlightColorStack

Declaration
public TMP_XmlTagStack<Color32> highlightColorStack
Field Value
Type Description
TMP_XmlTagStack<Color32>
| Edit this page View Source

indentStack

Declaration
public TMP_XmlTagStack<float> indentStack
Field Value
Type Description
TMP_XmlTagStack<float>
| Edit this page View Source

lastCharacterIndex

Declaration
public int lastCharacterIndex
Field Value
Type Description
int
| Edit this page View Source

lastVisibleCharIndex

Declaration
public int lastVisibleCharIndex
Field Value
Type Description
int
| Edit this page View Source

lineInfo

Declaration
public TMP_LineInfo lineInfo
Field Value
Type Description
TMP_LineInfo
| Edit this page View Source

lineJustificationStack

Declaration
public TMP_XmlTagStack<TextAlignmentOptions> lineJustificationStack
Field Value
Type Description
TMP_XmlTagStack<TextAlignmentOptions>
| Edit this page View Source

lineNumber

Declaration
public int lineNumber
Field Value
Type Description
int
| Edit this page View Source

lineOffset

Declaration
public float lineOffset
Field Value
Type Description
float
| Edit this page View Source

materialReferenceStack

Declaration
public TMP_XmlTagStack<MaterialReference> materialReferenceStack
Field Value
Type Description
TMP_XmlTagStack<MaterialReference>
| Edit this page View Source

maxAscender

Declaration
public float maxAscender
Field Value
Type Description
float
| Edit this page View Source

maxCapHeight

Declaration
public float maxCapHeight
Field Value
Type Description
float
| Edit this page View Source

maxDescender

Declaration
public float maxDescender
Field Value
Type Description
float
| Edit this page View Source

maxLineAscender

Declaration
public float maxLineAscender
Field Value
Type Description
float
| Edit this page View Source

maxLineDescender

Declaration
public float maxLineDescender
Field Value
Type Description
float
| Edit this page View Source

meshExtents

Declaration
public Extents meshExtents
Field Value
Type Description
Extents
| Edit this page View Source

preferredHeight

Declaration
public float preferredHeight
Field Value
Type Description
float
| Edit this page View Source

preferredWidth

Declaration
public float preferredWidth
Field Value
Type Description
float
| Edit this page View Source

previousLineAscender

Declaration
public float previousLineAscender
Field Value
Type Description
float
| Edit this page View Source

previousLineScale

Declaration
public float previousLineScale
Field Value
Type Description
float
| Edit this page View Source

previous_WordBreak

Declaration
public int previous_WordBreak
Field Value
Type Description
int
| Edit this page View Source

sizeStack

Declaration
public TMP_XmlTagStack<float> sizeStack
Field Value
Type Description
TMP_XmlTagStack<float>
| Edit this page View Source

spriteAnimationID

Declaration
public int spriteAnimationID
Field Value
Type Description
int
| Edit this page View Source

strikethroughColor

Declaration
public Color32 strikethroughColor
Field Value
Type Description
Color32
| Edit this page View Source

strikethroughColorStack

Declaration
public TMP_XmlTagStack<Color32> strikethroughColorStack
Field Value
Type Description
TMP_XmlTagStack<Color32>
| Edit this page View Source

styleStack

Declaration
public TMP_XmlTagStack<int> styleStack
Field Value
Type Description
TMP_XmlTagStack<int>
| Edit this page View Source

tagNoParsing

Declaration
public bool tagNoParsing
Field Value
Type Description
bool
| Edit this page View Source

textInfo

Declaration
public TMP_TextInfo textInfo
Field Value
Type Description
TMP_TextInfo
| Edit this page View Source

total_CharacterCount

Declaration
public int total_CharacterCount
Field Value
Type Description
int
| Edit this page View Source

underlineColor

Declaration
public Color32 underlineColor
Field Value
Type Description
Color32
| Edit this page View Source

underlineColorStack

Declaration
public TMP_XmlTagStack<Color32> underlineColorStack
Field Value
Type Description
TMP_XmlTagStack<Color32>
| Edit this page View Source

vertexColor

Declaration
public Color32 vertexColor
Field Value
Type Description
Color32
| Edit this page View Source

visible_CharacterCount

Declaration
public int visible_CharacterCount
Field Value
Type Description
int
| Edit this page View Source

visible_LinkCount

Declaration
public int visible_LinkCount
Field Value
Type Description
int
| Edit this page View Source

visible_SpriteCount

Declaration
public int visible_SpriteCount
Field Value
Type Description
int
| Edit this page View Source

wordCount

Declaration
public int wordCount
Field Value
Type Description
int
| Edit this page View Source

xAdvance

Declaration
public float xAdvance
Field Value
Type Description
float

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾