Sorry for not posting a Detailed problem description ..
The actual problem is this , i've been trying to implement indic support to SQUEAK .
I've generated the bitmap for the given set of unicode values , its just that im trying to get this onto TextMorph. Although i know i CANT support versatile Text editing like selecting several characters or moving word by word.
The problem is how to incorporate this feature in TextMorph , as the user type i want to get the "unicode values" of what he types , after this , i managed to get the bitmap of the entire string he typed ie everytime i encounter a key stroke a generate a new bitmap containing the given text.
I have this bitmap as a Form ( Thanx to boris for his code ! ).
The things that are remaining is
- get "unicode values" from user
- BackSpace handling ( i plan to remove the last character and again get the new bitmap ).
any Help or suggestions ?