NominalGlyphDelegate 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 nominal glyph identifier for a Unicode code point.
public delegate bool NominalGlyphDelegate(Font font, object fontData, uint unicode, out uint glyph);
Parameters
- 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.