Replacing letters with images?

Hello everyone! I’ve been working on a Doom clone for a class project for the past few days, however it cant seem to get the text styling just right (Been looking around and it seems theres nothing to be done about that.

So i was wondering if its possible to replace a letter with a image?

The letters i want replaced is a GUIText object that displays the users health. However i cant seem to figure out how to ‘add’ in pictures. I’m guessing I’m going to have to use GUITexture instead, but a GUITexture can only hold one image at a time? (I think), so I’m stuck with not being able to display anything more then the first image (Like the image that displays a “1”).

Of course i have not tried this yet, I’m going to try it out after this has been posted. But in case i cant get it working I’ve put this up.

Hopefully someone can help.

Use a bitmapped font with GUIText, then it can look like whatever you want. (It must be a GUIText object, since only TrueType fonts work with OnGUI code.) See SaveFontTexture if you want to modify an existing TTF.