IGlyphTypefaceGetGlyphs Method
Returns an array of glyph indices. Codepoints that are not represented by the font are returned as
.
Namespace: Avalonia.MediaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
ushort[] GetGlyphs(
ReadOnlySpan<uint> codepoints
)
Function GetGlyphs (
codepoints As ReadOnlySpan(Of UInteger)
) As UShort()
abstract GetGlyphs :
codepoints : ReadOnlySpan<uint32> -> uint16[]
- codepoints ReadOnlySpanUInt32
- The codepoints to map.
UInt16
An array of glyph indices.