Quote:
Originally Posted by jake13jake
Well, I have a few questions about the showtext font. I already know that specifying no font uses the default font.
What I would like to know is:
1. Does it support font parameters like "fantasy", "serif", and "sans-serif"?
2. Can you embed fonts? (doubt it, and doubt Stefan would add it if I asked for it)
|
You tell it a font to display, it displays that font. So in theory it should show everything you throw at it if you have the font in the first place.
Btw what means embed ? I belive you mean "emboss" ? If yes just use showtext twice. One on top of the other with a very slight difference.
And different colour - you'll probably want to make the showtext at the back darker. Light text on top of dark text.
NPC Code:
showtext 1,x,y,tempus sans itc,c,I am sexy;
showtext 2,x+.1, y+.1,tempus sans itc,c,I am sexy;
changeimgcolors 1,1,1,1,1;
changeimgcolors 2,0,0,0,1;