Edit

Share via


GlyphNameDelegate Delegate

Definition

A callback delegate used to retrieve the name of a glyph.

public delegate bool GlyphNameDelegate(Font font, object fontData, uint glyph, out string name);

Parameters

font
Font

The Font instance invoking this callback.

fontData
Object

The user-specified font data associated with the font.

glyph
UInt32

The glyph identifier to query.

name
String

When this method returns, contains the name of the glyph.

Return Value

true if the glyph name was found; otherwise, false.

Applies to