No, I dont want to use:
e.Graphics.DrawString("not a rectangle");
e.Graphics.FillRectangle(Brushes.White, 0,0, 50,10);
I want to have 1 pixel border to the text I draw.
But if I first draw the white text (the border), and then the black text (the enterior), the problem is that "drawString()"...