Editar

FontFunctions.SetGlyphExtentsDelegate Method

Definition

Sets the callback for retrieving glyph extents (bounding box).

public void SetGlyphExtentsDelegate(HarfBuzzSharp.GlyphExtentsDelegate del, HarfBuzzSharp.ReleaseDelegate destroy = default);

Parameters

del
GlyphExtentsDelegate

The delegate to set for retrieving glyph extents.

destroy
ReleaseDelegate

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

Applies to