IGlyphTypefaceGetGlyph Method
Returns an glyph index for the specified codepoint.
Namespace: Avalonia.MediaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
ushort GetGlyph(
uint codepoint
)
Function GetGlyph (
codepoint As UInteger
) As UShort
abstract GetGlyph :
codepoint : uint32 -> uint16
- codepoint UInt32
- The codepoint.
UInt16
A glyph index.
Returns 0 if a glyph isn't found.