NominalGlyphsDelegate 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 map multiple Unicode code points to their nominal glyph identifiers in a single batch operation.
public delegate uint NominalGlyphsDelegate(Font font, object fontData, uint count, ReadOnlySpan<uint> codepoints, Span<uint> glyphs);
Parameters
- fontData
- Object
The user-specified font data associated with the font.
- count
- UInt32
The number of code points to map.
- codepoints
- ReadOnlySpan<UInt32>
A read-only span of Unicode code points to map to glyphs.
Return Value
The number of code points successfully mapped to glyphs.