IGlyphTypefaceImpl.

GetGlyph(uint) Method

Summary

Returns an glyph index for the specified codepoint.
Namespace
Avalonia.Platform
Containing Type
IGlyphTypefaceImpl

Syntax

ushort GetGlyph(uint codepoint)

Remarks

Returns 0 if a glyph isn't found.

Parameters

Name Type Description
codepoint uint The codepoint.

Return Value

Type Description
ushort A glyph index.