GlyphAdvancesDelegate 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 advance widths or heights for multiple glyphs in a single batch operation.
public delegate void GlyphAdvancesDelegate(Font font, object fontData, uint count, ReadOnlySpan<uint> glyphs, Span<int> advances);
Parameters
- fontData
- Object
The user-specified font data associated with the font.
- count
- UInt32
The number of glyphs to process.
- glyphs
- ReadOnlySpan<UInt32>
A read-only span of glyph identifiers to query.