Constructor KerningPair
KerningPair()
Declaration
public KerningPair()
KerningPair(uint, uint, float)
Declaration
public KerningPair(uint left, uint right, float offset)
Parameters
Type | Name | Description |
---|---|---|
uint | left | |
uint | right | |
float | offset |
KerningPair(uint, GlyphValueRecord_Legacy, uint, GlyphValueRecord_Legacy)
Declaration
public KerningPair(uint firstGlyph, GlyphValueRecord_Legacy firstGlyphAdjustments, uint secondGlyph, GlyphValueRecord_Legacy secondGlyphAdjustments)
Parameters
Type | Name | Description |
---|---|---|
uint | firstGlyph | |
GlyphValueRecord_Legacy | firstGlyphAdjustments | |
uint | secondGlyph | |
GlyphValueRecord_Legacy | secondGlyphAdjustments |