Edit

FontFunctions.SetHorizontalGlyphKerningDelegate Method

Definition

Sets the callback for retrieving horizontal kerning adjustment between two glyphs.

public void SetHorizontalGlyphKerningDelegate(HarfBuzzSharp.GlyphKerningDelegate del, HarfBuzzSharp.ReleaseDelegate destroy = default);

Parameters

del
GlyphKerningDelegate

The delegate to set for retrieving horizontal glyph kerning.

destroy
ReleaseDelegate

The delegate to call when the callback is replaced or destroyed, or null.

Applies to