Summary
Returns the glyph advance for the specified glyph.
- Namespace
- Avalonia
.Platform - Containing Type
- IGlyphTypefaceImpl
Syntax
int GetGlyphAdvance(ushort glyph)
Parameters
Name | Type | Description |
---|---|---|
glyph | ushort | The glyph. |
Return Value
Type | Description |
---|---|
int | The advance. |