IGlyphTypefaceTryGetGlyph Method

Tries to get an glyph index for specified codepoint.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
bool TryGetGlyph(
	uint codepoint,
	out ushort glyph
)

Parameters

codepoint  UInt32
The codepoint.
glyph  UInt16
A glyph index.

Return Value

Boolean
true if an glyph index was found, false otherwise.

See Also