Hue Preserving Color Blending
Public Member Functions | Public Attributes | Properties | Private Member Functions | Private Attributes | List of all members
TMPro.KerningPair Class Reference

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
 

Detailed Description

Definition at line 138 of file TMPro_FontUtilities.cs.

Property Documentation

◆ firstGlyph

uint TMPro.KerningPair.firstGlyph
getset

The first glyph part of a kerning pair.

Definition at line 144 of file TMPro_FontUtilities.cs.

◆ firstGlyphAdjustments

GlyphValueRecord TMPro.KerningPair.firstGlyphAdjustments
get

The positional adjustment of the first glyph.

Definition at line 156 of file TMPro_FontUtilities.cs.

◆ secondGlyph

uint TMPro.KerningPair.secondGlyph
getset

The second glyph part of a kerning pair.

Definition at line 166 of file TMPro_FontUtilities.cs.

◆ secondGlyphAdjustments

GlyphValueRecord TMPro.KerningPair.secondGlyphAdjustments
get

The positional adjustment of the second glyph.

Definition at line 178 of file TMPro_FontUtilities.cs.


The documentation for this class was generated from the following file: