Class TMP_Settings.LineBreakingTable
Inheritance
System.Object
TMP_Settings.LineBreakingTable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: TMPro
Syntax
public class LineBreakingTable
Fields
followingCharacters
Declaration
public Dictionary<int, char> followingCharacters
Field Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.Int32, System.Char> |
leadingCharacters
Declaration
public Dictionary<int, char> leadingCharacters
Field Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.Int32, System.Char> |