IGlyphTypefaceGetGlyphAdvances Method
Returns an array of glyph advances in design em size.
Namespace: Avalonia.MediaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
int[] GetGlyphAdvances(
ReadOnlySpan<ushort> glyphs
)
Function GetGlyphAdvances (
glyphs As ReadOnlySpan(Of UShort)
) As Integer()
abstract GetGlyphAdvances :
glyphs : ReadOnlySpan<uint16> -> int[]
- glyphs ReadOnlySpanUInt16
- The glyph indices.
Int32
An array of glyph advances.