views:

64

answers:

0
  • How can I use freetype library in C#.
  • Can I get the graphical information of any character using freetype?(Ex. lineto, curveto, etc). I want to use such command to draw them on my bitmap after some processing.
  • How to use FT_Outline_Funcs (http://freetype.sourceforge.net/freetype2/docs/reference/ft2-outline_processing.html#FT_Outline_Funcs) in C#

Please provide sample or link to tutorial.

Also suggest any other free tool which can provide this functionality.

I want to handle all different type of fonts (Truetype, type 1, open type, etc)

Thanks SHA