Edit

FontFunctions.SetHorizontalFontExtentsDelegate Method

Definition

Sets the callback for retrieving font extents for horizontal text layout.

public void SetHorizontalFontExtentsDelegate(HarfBuzzSharp.FontExtentsDelegate del, HarfBuzzSharp.ReleaseDelegate destroy = default);

Parameters

del
FontExtentsDelegate

The delegate to set for retrieving horizontal font extents.

destroy
ReleaseDelegate

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

Applies to