Editar

FontFunctions.SetHorizontalGlyphOriginDelegate Method

Definition

Sets the callback for retrieving the origin point for horizontal glyph layout.

public void SetHorizontalGlyphOriginDelegate(HarfBuzzSharp.GlyphOriginDelegate del, HarfBuzzSharp.ReleaseDelegate destroy = default);

Parameters

del
GlyphOriginDelegate

The delegate to set for retrieving horizontal glyph origins.

destroy
ReleaseDelegate

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

Applies to