FontFunctions.SetHorizontalGlyphKerningDelegate Method
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.
Sets the callback for retrieving horizontal kerning adjustment between two glyphs.
public void SetHorizontalGlyphKerningDelegate(HarfBuzzSharp.GlyphKerningDelegate del, HarfBuzzSharp.ReleaseDelegate destroy = default);
Parameters
The delegate to set for retrieving horizontal glyph kerning.
- destroy
- ReleaseDelegate
The delegate to call when the callback is replaced or destroyed, or null.