Description: C# implementation to draw text on the picture, use the DrawString method to draw text. Open any one picture, and then in the text box, enter any text you want, click on " Draw Text" button, you enter the text displayed in the upper left corner to open the picture. new Font (" Arial" , 50), rendering the font name and size new SolidBrush (Color.Red) color of the font, you can change their own
To Search:
File list (Check if you may need any files):
imagefont\ImageFont\Form1.cs
.........\.........\Form1.Designer.cs
.........\.........\Form1.resx
.........\.........\ImageFont.csproj
.........\.........\Program.cs
.........\.........\...perties\AssemblyInfo.cs
.........\.........\..........\Resources.Designer.cs
.........\.........\..........\Resources.resx
.........\.........\..........\Settings.Designer.cs
.........\.........\..........\Settings.settings
.........\ImageFont.sln
.........\ImageFont.suo
.........\.........\Properties
.........\ImageFont
imagefont