IGlyphTypefaceGetGlyphs Method

Returns an array of glyph indices. Codepoints that are not represented by the font are returned as
C#
0
.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
ushort[] GetGlyphs(
	ReadOnlySpan<uint> codepoints
)

Parameters

codepoints  ReadOnlySpanUInt32
The codepoints to map.

Return Value

UInt16
An array of glyph indices.

See Also