Marco Rego
3/4/2008 8:49:00 PM
I need a method to write a string on a graphics pretty similar to DrawString
but instead of specifying the (x,y) of the upper left corner of the imaginary
rectangle that surrounds the string, I would like to specify the (x, y) of
the baseline of the first caracter.
Also, I use graph.PageUnit = GraphicsUnit.Millimeter, so, the (x,y) should
be in millimeter.
I tried to use some Font and FontFamily methods but couldn't figure out how
to convert design unit metric into millimeter.
Could someone help me ?
______
Marco