Show / Hide Table of Contents

Struct TMP_LineInfo

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

Fields

| Edit this page View Source

alignment

Declaration
public TextAlignmentOptions alignment
Field Value
Type Description
TextAlignmentOptions
| Edit this page View Source

ascender

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

baseline

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

characterCount

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

descender

Declaration
public float descender
Field Value
Type Description
float
| 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

lastCharacterIndex

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

lastVisibleCharacterIndex

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

length

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

lineExtents

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

lineHeight

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

marginLeft

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

marginRight

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

maxAdvance

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

spaceCount

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

visibleCharacterCount

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

width

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

wordCount

Declaration
public int wordCount
Field Value
Type Description
int

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
☀
☾