P
Ponnurangam
Hi,
I am trying to draw text on a bitmap at (0,0)
But Graphics.DrawString("the brown fox",drawFont,drawBrush,drawPoint) is not
writing exactly at (0,0)
drawFont: Font("Arial", 9, Style, GraphicsUnit.Point)
drawPoint: (0,0)
There is space at left and at the Top.
For some fonts the space at the Top is more.
The spacing at the Top is not even for all the fonts.
I don't want the space at the top. If there is space at the top, it should
be even for all the fonts
Any help would be appreciated
Thanks
Ponnurangam
I am trying to draw text on a bitmap at (0,0)
But Graphics.DrawString("the brown fox",drawFont,drawBrush,drawPoint) is not
writing exactly at (0,0)
drawFont: Font("Arial", 9, Style, GraphicsUnit.Point)
drawPoint: (0,0)
There is space at left and at the Top.
For some fonts the space at the Top is more.
The spacing at the Top is not even for all the fonts.
I don't want the space at the top. If there is space at the top, it should
be even for all the fonts
Any help would be appreciated
Thanks
Ponnurangam