GlyphKerningDelegate Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a callback method that retrieves the kerning adjustment between two glyphs.
public delegate int GlyphKerningDelegate(Font font, object fontData, uint firstGlyph, uint secondGlyph);
Parameters
- font
- Font
The font being queried.
- fontData
- Object
User-supplied font data.
- firstGlyph
- UInt32
The first glyph in the pair.
- secondGlyph
- UInt32
The second glyph in the pair.
Return Value
The horizontal kerning adjustment in font units.