Where can I find Font parsing or Text rasterization algorithm
Hello,
I am working on a project where I need to get graphic outline details (like line, curve, etc) from the font files (.otf, .cff, .ttf, etc) for given character.
For example: I have .cff font file and a character (say character 'A'). using that I want the actual graphical information for that character which can be printed to bitmap canvas.
I am using c#.Net and ultimately I want to create captcha (http://en.wikipedia.org/wiki/CAPTCHA) runtime. But I dont want to install the fonts in my windows directory.
I am not sure whether this technique is known as font parsing or text rasterization, What is the correct name of this technique?
Can anyone please provide me the information about the algorithm?
Thanks,
Hardik
