arunkumars 14 Junior Poster

Hi,
I would like to get few tutorials on rendering and vector data in WPF.
The requirement I have right now is to get the vector data (path) of a text that has been rendered on a canvas.
I can however get the vector data of the text using the geometrics and font family, but importing each font family and its corresponding ascii values and vector path would consume more memory on my application, so i just thought I can do a reverse, through which i can find out the vector path of a specified text and send it across to business logic.

thanks in advance.