Editar

FontFunctions.SetHorizontalGlyphAdvancesDelegate Method

Definition

Sets the callback for retrieving horizontal advance widths for multiple glyphs.

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

Parameters

del
GlyphAdvancesDelegate

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

destroy
ReleaseDelegate

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

Applies to