How to convet the text into your Handwriting using table PC in .Net
-
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
-
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
Hi, The idea you have is pretty cool, however it would be a lot of work if you want to do it correctly. The problem with handwriting is that no 2 characters are usually the same, it usually depends on the letter before, the position in the line you are trying to write the length of the word you write (long words require you to move your hand while writing causing the letters to be written differently), the speed at which you are writing (scratching something down or writing a proper letter), the texture of the paper and finally the type of pen used. Although the ligature functions on the opentype font specification would allow you to do some of these things, it would be a heck of a lot of work. The easy way out is to just create a Bitmap font[^] of your handwriting, the result would not be stunning but its the easiest way to go if you don't want to spend a lot of time on it
-
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