Class KerningTable
Namespace: TMPro
Assembly: HollowKnight.dll
Syntax
[Serializable]
public class KerningTable
Constructors
|
Edit this page
View Source
KerningTable()
Declaration
Fields
|
Edit this page
View Source
kerningPairs
Declaration
public List<KerningPair> kerningPairs
Field Value
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
Returns
|
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