Below is the code snippet that we have written to generate path from glyph.
GlyphToPath works only for 95% of the characters, For some character, it throws array out of index at Line @46. Kindly let me know if you have better approach get a path from Glyph
Below is the code snippet that we have written to generate path from glyph. GlyphToPath works only for 95% of the characters, For some character, it throws array out of index at Line @46. Kindly let me know if you have better approach get a path from Glyph
` private string GlyphToPath(uint inGlyphIndex, bool inSingleStroke) { StringBuilder strPath = new StringBuilder(); string glyphPath = string.Empty;