Edit

FontFunctions.SetVerticalGlyphAdvancesDelegate Method

Definition

Sets the callback for retrieving vertical advance heights for multiple glyphs.

public void SetVerticalGlyphAdvancesDelegate(HarfBuzzSharp.GlyphAdvancesDelegate del, HarfBuzzSharp.ReleaseDelegate destroy = default);

Parameters

del
GlyphAdvancesDelegate

The delegate to set for retrieving vertical glyph advances in batch.

destroy
ReleaseDelegate

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

Applies to