Is there a way to access opentype glyph names in Windows Presentation Foundation? I want to display a glyph on a canvas, but the glyph is a special glyph in a special font, so there is no standard codepoint (of course there IS a codepoint, but I don't want to remember it for dozens of special glyphs).
The font has names for each glyphs which I want to use (such as "custom.specialsign"). Is it possible to get the character by glyph 开发者_开发技巧name?
精彩评论