المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How to convet the text into your Handwriting using table PC in .Net



C# Programming
05-09-2009, 09:31 AM
Dear All,
Iam implementing a project through which i want to convert the entered text through UI into desired Handwriting Pattern
iam using Tablet Pc Pen As an input device to capture my handwriting (iam using Microsoft.ink as namspace )what i have done till now is that , after using ink pen of tablet pc , i have written something on the Ink control of .net and store the image as GIF format

now i want my PC to learn my handwriting pattern , tell me how i can acieve using .net(csharp/vb.net) ,so that when i enter any text through UI it can convert it into my handwiriting sample
please also tell me how i will capture the Information , about the Pressure, strokes, trasparency etc of the pen tip

I need your help
please suggest some sample code for me