Edit

Share via


NominalGlyphDelegate Delegate

Definition

A callback delegate used to retrieve the nominal glyph identifier for a Unicode code point.

public delegate bool NominalGlyphDelegate(Font font, object fontData, uint unicode, out uint glyph);

Parameters

font
Font

The Font instance invoking this callback.

fontData
Object

The user-specified font data associated with the font.

unicode
UInt32

The Unicode code point to map.

glyph
UInt32

When this method returns, contains the glyph identifier for the code point.

Return Value

true if a glyph was found for the code point; otherwise, false.

Applies to