Problem with GraphicsPath.AddString

  • Thread starter Thread starter estufa
  • Start date Start date
E

estufa

Hi all.
I have a problem drawing a string somewhere inside a path using
AddString.
It looks very large in Y axis and very short in X axis.
That's because I have near of 1600 units in X axis and aprox 30 in Y
axis and when I transform (scale) the path to fit the PictureBox, it
also stretches the font.

Is there a way to specify a different Width for a font type using
AddString?
Or could I use a non-proportional font type (giving for example:
height=3 and width=50)?

Any suggestions?
Thanks in advance and excuse my poor english.
 
estufa said:
Hi all.
I have a problem drawing a string somewhere inside a path using
AddString.
It looks very large in Y axis and very short in X axis.
That's because I have near of 1600 units in X axis and aprox 30 in Y
axis and when I transform (scale) the path to fit the PictureBox, it
also stretches the font.

Is there a way to specify a different Width for a font type using
AddString?
Or could I use a non-proportional font type (giving for example:
height=3 and width=50)?

Any suggestions?
Thanks in advance and excuse my poor english.

I don't consider this being a VB.Net language related question, therefore I
would ask in the group microsoft.public.dotnet.framework.drawing


Armin
 
Back
Top