Get graphics information from font file. How to develop font parser similar to PDFView's font parser
- by HBA
Hi,
I am trying to convert text into graphics using c#.
My input is character string and output is bitmap with the input text.
After lot of search I found some ways to do it, I found some techiques which uses this kind of techinque.
For Example While creating Captcha, we have to print the character in the bitmap.
But for that I should have…