Edit

Share via


UnicodeFunctions.SetMirroringDelegate Method

Definition

Sets the callback for retrieving the mirrored glyph of a Unicode code point.

public void SetMirroringDelegate(HarfBuzzSharp.MirroringDelegate del, HarfBuzzSharp.ReleaseDelegate destroy = default);

Parameters

del
MirroringDelegate

The delegate to set for retrieving mirrored characters.

destroy
ReleaseDelegate

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

Applies to