Class KerningPair
Namespace: TMPro
Syntax
[Serializable]
public class KerningPair
Constructors
KerningPair()
Declaration
KerningPair(UInt32, UInt32, Single)
Declaration
public KerningPair(uint left, uint right, float offset)
Parameters
KerningPair(UInt32, GlyphValueRecord, UInt32, GlyphValueRecord)
Declaration
public KerningPair(uint firstGlyph, GlyphValueRecord firstGlyphAdjustments, uint secondGlyph, GlyphValueRecord secondGlyphAdjustments)
Parameters
Fields
xOffset
Declaration
Field Value
Properties
firstGlyph
The first glyph part of a kerning pair.
Declaration
public uint firstGlyph { get; set; }
Property Value
firstGlyphAdjustments
The positional adjustment of the first glyph.
Declaration
public GlyphValueRecord firstGlyphAdjustments { get; }
Property Value
secondGlyph
The second glyph part of a kerning pair.
Declaration
public uint secondGlyph { get; set; }
Property Value
secondGlyphAdjustments
The positional adjustment of the second glyph.
Declaration
public GlyphValueRecord secondGlyphAdjustments { get; }
Property Value