View Single Post
  #2  
Old 12-21-2005, 04:02 PM
NicoX NicoX is offline
Kingdoms Management
NicoX's Avatar
Join Date: Mar 2004
Location: Frankfurt/Main, Germany
Posts: 1,933
NicoX will become famous soon enough
Send a message via AIM to NicoX Send a message via MSN to NicoX
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;

__________________
Yours Sincerely,

-Nico
(GK Management)

Clash: Nico, I'm going to give you an example of good management.
Clash: One of my staff removed my RC and banned me.
Clash: I didn't ban or remove their RC after I got another one to fix me.
Clash: Do you know why?
Björn: Because you IP banned him ?

Stefan logged on.
(npcserver) has reset the attributes of Stefan
*Stefan: ah my client crashed








Reply With Quote