Then you need to implement keyPress() and other key-related event handlers on your TextOrientation object so that they add or remove characters to the textObject instance as the user types them. As the textObject is changed, you must call your TextOrientation object's update() method to cause a paint event.
Bookmarks