Just try google, you'll find a lot of stuff about this. But from what I just read, it's not that easy, you can't do fancy stuff with DirectX Fonts... Although, you could render the text a bit bigger, in a different color. That'd give you a fake outline look.
Ok thank you all
You forgot the ads in the picture too.. Fixed now.
Originally Posted by master131
You forgot the ads in the picture too.. Fixed now.
Shit happens, missed them.
draw the text twice .. first in black (bigger size) then in white (normal size)
I did this but i allert you: that's a bad way. Just draw the font with the size u want, then draw the same thing with balck font at coords x+1; x-1; y+1; y-1... this will make look ur font like the one u posted.
I did it like you said but it will only work for one letter, if i want to write a word it won't work because the bigger text will be longer than the smaller text so it won't fit together...
You said you already did this? How? Pls give me a tip