Hue Preserving Color Blending
|
Public Member Functions | |
KerningPair (uint left, uint right, float offset) | |
KerningPair (uint firstGlyph, GlyphValueRecord firstGlyphAdjustments, uint secondGlyph, GlyphValueRecord secondGlyphAdjustments) | |
Public Attributes | |
float | xOffset |
Properties | |
uint | firstGlyph [get, set] |
The first glyph part of a kerning pair. More... | |
GlyphValueRecord | firstGlyphAdjustments [get] |
The positional adjustment of the first glyph. More... | |
uint | secondGlyph [get, set] |
The second glyph part of a kerning pair. More... | |
GlyphValueRecord | secondGlyphAdjustments [get] |
The positional adjustment of the second glyph. More... | |
Private Member Functions | |
internal void | ConvertLegacyKerningData () |
Private Attributes | |
uint | m_FirstGlyph |
GlyphValueRecord | m_FirstGlyphAdjustments |
uint | m_SecondGlyph |
GlyphValueRecord | m_SecondGlyphAdjustments |
Definition at line 138 of file TMPro_FontUtilities.cs.
|
getset |
The first glyph part of a kerning pair.
Definition at line 144 of file TMPro_FontUtilities.cs.
|
get |
The positional adjustment of the first glyph.
Definition at line 156 of file TMPro_FontUtilities.cs.
|
getset |
The second glyph part of a kerning pair.
Definition at line 166 of file TMPro_FontUtilities.cs.
|
get |
The positional adjustment of the second glyph.
Definition at line 178 of file TMPro_FontUtilities.cs.