stickleprojects Level: Moderator

 Registered: 09-09-2002 Posts: 891
|
Re: Converting a font into a graphic image
Hi,
Yes.. defintly possible to convert font to BMP (assuming that windows displays it)... it's a bit of GDI but not too bad. The issue is how much you want to do... you can always use a picturebox and write onto it to copy the image, or pure gdi to convert a font to a bmp.
google "convert font to bmp".
k
____________________________
Build it better, faster, quicker, easier.. then fix it (non-offical MS mission statement)
|