GetGlyphAdvance Method
Returns the glyph advance for the specified glyph.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
int GetGlyphAdvance(
ushort glyph
)
Function GetGlyphAdvance (
glyph As UShort
) As Integer
abstract GetGlyphAdvance :
glyph : uint16 -> int
Parameters
- UInt16
- The glyph.
Return Value
Int32
The advance.