Bitmap Image Problem
-
Hi All, I am creating one application in which i want to convert text to image.I dont have any idea about it.Is their any API so that i convert that text to image. Please Click This Link[^] Thanks in Advance :)
Yes U Can ...If U Can ,Dream it , U can do it ...ICAN
-
Hi All, I am creating one application in which i want to convert text to image.I dont have any idea about it.Is their any API so that i convert that text to image. Please Click This Link[^] Thanks in Advance :)
Yes U Can ...If U Can ,Dream it , U can do it ...ICAN
I believe you can use GDI to render the text to a window or a memory context and then save its contents as an image. -Saurabh
-
I believe you can use GDI to render the text to a window or a memory context and then save its contents as an image. -Saurabh
-
Thanks For your kind help Saurabh but i really dont have any idea about it. Can you please provide me any article or API so that it is easy for me to understand :).
Yes U Can ...If U Can ,Dream it , U can do it ...ICAN
These are the function for drawing using GDI Font and Text Functions[^]. You can try to look up for memory DC and how to save it to a image. -Saurabh
-
These are the function for drawing using GDI Font and Text Functions[^]. You can try to look up for memory DC and how to save it to a image. -Saurabh