Edit

Share via


GlyphKerningDelegate Delegate

Definition

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.

Applies to