Show / Hide Table of Contents

Class KerningTable

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

Constructors

| Edit this page View Source

KerningTable()

Declaration
public KerningTable()

Fields

| Edit this page View Source

kerningPairs

Declaration
public List<KerningPair> kerningPairs
Field Value
Type Description
List<KerningPair>

Methods

| Edit this page View Source

AddKerningPair()

Declaration
public void AddKerningPair()
| Edit this page View Source

AddKerningPair(int, int, float)

Declaration
public int AddKerningPair(int left, int right, float offset)
Parameters
Type Name Description
int left
int right
float offset
Returns
Type Description
int
| Edit this page View Source

RemoveKerningPair(int)

Declaration
public void RemoveKerningPair(int index)
Parameters
Type Name Description
int index
| Edit this page View Source

RemoveKerningPair(int, int)

Declaration
public void RemoveKerningPair(int left, int right)
Parameters
Type Name Description
int left
int right
| Edit this page View Source

SortKerningPairs()

Declaration
public void SortKerningPairs()

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