Hello, im making a small typewriter program and i wish to change the color of the individual characters.
So far i have this but it changes the color of everything i typed plus it doesn't n keep it.
Anyone can help or point me the resources i should look into? I want to press for example 1, and change to yellow, 2, other color and so on. But keeping the typing already done in the color chosen.. I have read as much as i can and i am stuck now :/
I am using a code i found for a terminal emulator to do this.. Any help appreciated, thanks!
PFont myFont; String[] myString; int numLines; int lineSpacing = 20; int counter; int cursorBlink = 15; int numColumns = 56;