ID:155301
 
The title may be self-explanatory. I've been using LummoxJr's DmiFontsPlus library for putting text on screen, and I would like to incorporate images into the text. For example, when I win a battle, I'd like to see "You gained 12 [gold piece symbol].", where I mean an actual picture of a gold piece instead of [gold piece symbol]. Can this be done, and if so, how?

Thanks.
You can use <small>\icon</small>

"\icon[usr.icon]"
I personally would replace a text character that i wouldn't use (i.e ^, *, {, }, |,\,~) in the file that you are loading text from with the gold pieces icon. It would have to be the same size as the text pieces though.
In response to Neimo
That method works for putting text to an output window, but not with DmiFontsPlus.
In response to Pirion
I was hoping to avoid that method, but I guess it would work. It is possible to redefine character sizes in the dm file associated with the font; I'll experiment and see how it turns out.