GDI+ Font Question

Started by
0 comments, last by chollida1 19 years ago
Hi, Is it possible to draw a gdi+ font and be able to stretch it in either the width or the height directions? I am using GdipDrawString to draw the font and the actual font is a GpFont. Cheers. Jimmy.
Advertisement
Yes, you would use the Graphics, matrix though.

Get teh transformation matrix from your Grpahics object and apply and strechting, rotating or skewing on it. Then draw your text.

CHeers
Chris
CheersChris

This topic is closed to new replies.

Advertisement