GlyphNameDelegate Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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.