Edit

Share via


MirroringDelegate Delegate

Definition

A callback delegate used to retrieve the mirrored glyph of a Unicode code point for bidirectional text rendering.

public delegate uint MirroringDelegate(UnicodeFunctions ufuncs, uint unicode);

Parameters

ufuncs
UnicodeFunctions

The UnicodeFunctions instance invoking this callback.

unicode
UInt32

The Unicode code point to query.

Return Value

The mirrored Unicode code point, or the original code point if no mirroring is defined.

Applies to