You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
The text was updated successfully, but these errors were encountered: