Show / Hide Table of Contents

Struct KerningPairKey

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

Constructors

| Edit this page View Source

KerningPairKey(int, int)

Declaration
public KerningPairKey(int ascii_left, int ascii_right)
Parameters
Type Name Description
int ascii_left
int ascii_right

Fields

| Edit this page View Source

ascii_Left

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

ascii_Right

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

key

Declaration
public int key
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
☀
☾