Edit

Font.GlyphToString(UInt32) Method

Definition

Converts a glyph ID to its string representation.

public string GlyphToString(uint glyph);

Parameters

glyph
UInt32

The glyph ID.

Returns

The string representation of the glyph, typically its name if available, otherwise its ID.

Applies to