Show / Hide Table of Contents

Class KerningPair

Inheritance
object
KerningPair
Namespace: TMPro
Assembly: HollowKnight.dll
Syntax
[Serializable]
public class KerningPair

Constructors

| Edit this page View Source

KerningPair(int, int, float)

Declaration
public KerningPair(int left, int right, float offset)
Parameters
Type Name Description
int left
int right
float offset

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

XadvanceOffset

Declaration
public float XadvanceOffset
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
☀
☾