Hello!
I'm working on a simple app that will take in text, mirror it, and send it to a printer. My idea for mirroring the text (please suggest another idea if there is an easier way) is to simply load in the a font that is mirrored characters and then reorder the characters of the string in order to complete the mirror. I have been able to change the font of the EditText, but now I want to index through the string (array of characters) so that I can reorder them.
How can I index into a string character by character? Is there an easier way to do this? Keep in mind that I have to be able to print out this mirrored text.
Thanks so much!
I'm working on a simple app that will take in text, mirror it, and send it to a printer. My idea for mirroring the text (please suggest another idea if there is an easier way) is to simply load in the a font that is mirrored characters and then reorder the characters of the string in order to complete the mirror. I have been able to change the font of the EditText, but now I want to index through the string (array of characters) so that I can reorder them.
How can I index into a string character by character? Is there an easier way to do this? Keep in mind that I have to be able to print out this mirrored text.
Thanks so much!