Edit

Share via


NominalGlyphsDelegate Delegate

Definition

public delegate uint NominalGlyphsDelegate(Font font, object fontData, uint count, ReadOnlySpan<uint> codepoints, Span<uint> glyphs);

Parameters

font
Font
fontData
Object
count
UInt32
codepoints
ReadOnlySpan<UInt32>
glyphs
Span<UInt32>

Return Value

Applies to