TtfEncoding.UnicodeToGid

TtfEncoding.UnicodeToGid method

Decodes a unicode and returns glyph id.

public GlyphId UnicodeToGid(uint unicode)
ParameterTypeDescription
unicodeUInt32Unicode to get glyph identifier for.

Return Value

Glyph identifier related to unicode passed.

See Also