Generic GDI+ exception in GraphicsPath.AddString() with certain fonts and characters
问题 Any ideas why one of recent Windows updates causes issues with GraphicsPath.AddString() and some fonts but only for specific characters? How to fix that? Example font is Thin Pencil Handwriting (it's public domain, so you can try for yourself). It works fine if you use Graphics.DrawString() with it. It also works fine if you try to use GraphicsPath.AddString() with it to write Lorem ipsum , but will fail if you try to use C character (capital c ) or 5 digit. It worked perfectly fine just few