GraphicsPath.AddString
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Is there any way to draw high quality text glyph by glyph using GDI+? When we draw a String using GraphicsPath.AddString, The SubPathes in the main path are glyph outlines. but it seems in small fonts the quality of Drawing string this way is not acceptable. Is the result of GraphicsPath.AddString equal to GetGlyphOutline API function? any help will be appreciated