0 Members and 1 Guest are viewing this topic.
Quote from: Hot_Dog on November 13, 2010, 09:20:11 pmQuote from: Qwerty.55 on November 13, 2010, 09:04:30 pmCan you store the characters to strings? If so, I think I have an idea.You can use Str1, Str2, Str3, etc. to store strings to display, such as Output(1,1, Str1). But if you mean modifying the font inside of your program, no, you can't do that.So you can't store one of the font characters to the string and then display it?
Quote from: Qwerty.55 on November 13, 2010, 09:04:30 pmCan you store the characters to strings? If so, I think I have an idea.You can use Str1, Str2, Str3, etc. to store strings to display, such as Output(1,1, Str1). But if you mean modifying the font inside of your program, no, you can't do that.
Can you store the characters to strings? If so, I think I have an idea.
Quote from: Qwerty.55 on November 13, 2010, 09:26:48 pmQuote from: Hot_Dog on November 13, 2010, 09:20:11 pmQuote from: Qwerty.55 on November 13, 2010, 09:04:30 pmCan you store the characters to strings? If so, I think I have an idea.You can use Str1, Str2, Str3, etc. to store strings to display, such as Output(1,1, Str1). But if you mean modifying the font inside of your program, no, you can't do that.So you can't store one of the font characters to the string and then display it?What are you hoping to do? If I understand you correctly, no, you can't do it. If you use a tree for the character A and then go Output(1,1,"A"), you would see a tree. But I really don't understand what it is you're hoping to do
Quote from: yunhua98 on November 13, 2010, 09:02:52 pmwhat would we use for Select(?is it possible to use several different fonts at once?Select is in the Ti-83+ catalog. You don't see it used often.
what would we use for Select(?is it possible to use several different fonts at once?
I was hoping to be able to use a string such as " ABCDEF", where A, B, C, and D are all individual custom font characters, which I could then extract using the Sub( command. I can work around it if that doesn't work, but it would allow me to easily write it into Battlefield without any trouble.
Will we be able to use different size fonts, or just the 5x7?
Lol actually I thought about doing that once, I think, when I discovered how to do grayscale for Reuben Quest series, but I decided to just stick to sprites. I am worried homescreen grayscale would not have been fast enough, though.
Quote from: DJ Omnimaga on November 14, 2010, 12:27:28 amLol actually I thought about doing that once, I think, when I discovered how to do grayscale for Reuben Quest series, but I decided to just stick to sprites. I am worried homescreen grayscale would not have been fast enough, though.Well, if what you're greyscaling isn't two big, like a 5x5 map in the corner of the screen, it works fine, even in pure basic. I may still have a demo program that does that on my calc...
Will we be able to edit the buffer pixels in the normal font?