Appending to RichTextBox each char different font&background color

Ok, i have tried finding an answer for this but i either only find c# stuff or items not helping me.

I have already got printing and so on and i have set up some if statements that will be used for this part, deciding which Background and Fontcolor the char should have when printed.

The problem is that i don't know how to change the font and background color of a single char when its appended to the RTB from a char[][].

*edit*

Some extra info, the RTB will only contain one letter, so i cant go trough it and look for specific ones, that information lies in the char array, so it needs to be set when its appended. This is for a simple maze game.
Last edited on
Topic archived. No new replies allowed.