drawstring

gooden

Active member
Joined
May 18, 2007
Messages
32
Programming Experience
Beginner
well im making a font and then use that font in a drawstring



g2.DrawString(textoa, fnb, Brushes.Black, PictureBox1.Width / 2 - (widtha / 2), altura)



how can i put the forecolor on the font?
 
Change the Brush color.
 
The problem is that i do this:
g2.DrawString(textoa, fn1, Brushes.Yellow, PictureBox1.Width / 2 - (widtha / 2), altura)

and the result have some white points 0.o

aakk2.jpg
 
It doesn't look like that here.
 
Back
Top