0 Members and 3 Guests are viewing this topic.
i'm confused when you say you want the text to turn it backwards.so omnimaga would become agaminmo? and how would the program know whether to skip the 5th 6th 7th or 8th character?#2 may be easier since it can be done command line style. would it be ok to export it as a .txt file, and then you can just resave it as NAME.8xp?
can you explain more in detail all pieces of information entered by the user? this is what i have so far:-wait until the user presses a button...-ask for the size of the font-if it's less than 9, read through 4 bytes forwards and write them backwards, then skip 2 bytes (the 5th and 6th).-otherwise, skip 4 bytes (5th-8th).-display text, and return to the beginning waiting for a button press.edit: or if this is what you want then i'll start coding.
Question, what would be that program for? I am curious about the text inverting part. Is it some sort of font editor?
Ah ok, so it's the font editor? That's what I was wondering.
can i have some test data / expected output?
ohh... i just finished number one... i don't anticipate #2 being very hard though.