Hi, Support:
How to draw the stroked text with blur and soft edge on to an image? please see the example image attached.
Thanks for your help.
Text-With-Soft-blue-shade stroke-edge.jpg (71.4 KB)...Point p = new Point(20, 0); Font font = new(fontFamily, fontSize...GraphicsUnit.Pixel); g.DrawString(text, font, Brushes.White, p, stringFormat);...