I am use Graphics.DrawString for writing text on image bellow is my code
graphicsImage.DrawString(message, new Font("arial", 15, FontStyle.Regular), new SolidBrush(StringColor), drawRect);
I am wrap the text content by using rectangle f. now i want change color specific word. how can i do that ?