Class KerningPair
Inherited Members
Namespace: TMPro
Assembly: solution.dll
Syntax
[Serializable]
public class KerningPair
Constructors
| Name | Description |
|---|---|
| KerningPair() | |
| KerningPair(uint, uint, float) | |
| KerningPair(uint, GlyphValueRecord_Legacy, uint, GlyphValueRecord_Legacy) |
Fields
| Name | Description |
|---|---|
| xOffset |
Properties
| Name | Description |
|---|---|
| firstGlyph | The first glyph part of a kerning pair. |
| firstGlyphAdjustments | The positional adjustment of the first glyph. |
| ignoreSpacingAdjustments | Determines if the Character Spacing property of the text object will affect the kerning pair. This is mostly relevant when using Diacritical marks to prevent Character Spacing from altering the |
| secondGlyph | The second glyph part of a kerning pair. |
| secondGlyphAdjustments | The positional adjustment of the second glyph. |