Given something like this:
thefont = New Font("Courier New", fontheight)
and this:
' g is a Graphics object
g.DrawString("some text", thefont, Brushes.Black, X, Y)
what can I put in the middle of the two to change the width of the font, so that "some text" is expanded or compressed horizontally but the height remains the same?