TMPro.KerningTable.KerningTable |
( |
| ) |
|
|
inline |
Add Glyph pair adjustment record
- Parameters
-
firstGlyph | The first glyph |
firstGlyphAdjustments | Adjustment record for the first glyph |
secondGlyph | The second glyph |
secondGlyphAdjustments | Adjustment record for the second glyph |
- Returns
void TMPro.KerningTable.AddKerningPair |
( |
| ) |
|
|
inline |
int TMPro.KerningTable.AddKerningPair |
( |
uint |
first, |
|
|
uint |
second, |
|
|
float |
offset |
|
) |
| |
|
inline |
Add Kerning Pair
- Parameters
-
first | First glyph |
second | Second glyph |
offset | xAdvance value |
- Returns
void TMPro.KerningTable.RemoveKerningPair |
( |
int |
left, |
|
|
int |
right |
|
) |
| |
|
inline |
void TMPro.KerningTable.RemoveKerningPair |
( |
int |
index | ) |
|
|
inline |
void TMPro.KerningTable.SortKerningPairs |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: