Need help?D3D9 Special Font - MPGH - MultiPlayer Game Hacking & Cheats
HelpD3D9 Special Font
Posts 1–11 of 11 · Page 1 of 1
D3D9 Special Font
Hey guys,
I found a Hack and its text is white and it has a black border so you can read the text at all background colors.
Has anyone of you an idea how do make a D3D9 font like this?
Here you can see an example:
(Old CA Hack)
Fixed the image and re-uploaded the image to tinypic. (Watch out for urls on the image it self, it was advertisement)
Someone with experience in d3d might help
dunno... make behind the white font (7 px) a black font with 8px so it will look like a bord
explain what do u want exactly?
Originally Posted by giniyat101
explain what do u want exactly?
He wants his text to have a black outline...
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