TryGetGlyph Method
Tries to get an glyph index for specified codepoint.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
bool TryGetGlyph(
uint codepoint,
out ushort glyph
)
Function TryGetGlyph (
codepoint As UInteger,
<OutAttribute> ByRef glyph As UShort
) As Boolean
abstract TryGetGlyph :
codepoint : uint32 *
glyph : uint16 byref -> bool
Parameters
Return Value
Boolean
true
if an glyph index was found, false
otherwise.