IGlyphTypefaceGetGlyphAdvance Method

Returns the glyph advance for the specified glyph.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
int GetGlyphAdvance(
	ushort glyph
)

Parameters

glyph  UInt16
The glyph.

Return Value

Int32
The advance.

See Also