Как получить glyphname с помощью C# из файла ttf
while parsing ttf file im getting index,name,unicode ,arrays in opentype.js. Similarly, i need the name of the each glyph using c#
Что я уже пробовал:
GlyphTypeface ttf = new GlyphTypeface(new Uri(@"C:/Users/is6253/Documents/Visual Studio 2015/Projects/SimplePdf/SimplePdf/Images/visitor2.ttf"));