GetGlyph Method
Returns an glyph index for the specified codepoint.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
ushort GetGlyph(
uint codepoint
)
Function GetGlyph (
codepoint As UInteger
) As UShort
abstract GetGlyph :
codepoint : uint32 -> uint16
Parameters
- UInt32
- The codepoint.
Return Value
UInt16
A glyph index.
Remarks
Returns 0
if a glyph isn't found.