Editar

Font.TryGetGlyphFromName(String, UInt32) Method

Definition

Tries to get the glyph ID for a glyph name.

public bool TryGetGlyphFromName(string name, out uint glyph);

Parameters

name
String

The glyph name.

glyph
UInt32

Returns the glyph ID if found.

Returns

true if the glyph was found; otherwise, false.

Applies to