17-04-2007, 03:14 AM
Umm.. I dunno.
When I added the stroked text, I sued Elysium's tut because I couldn't find the one I used from Mirage on my original source.
(I think it was lost from the backups)
Then I went into a tut request about text outline and I think I actually used YOUR modification to the code..
When I added the stroked text, I sued Elysium's tut because I couldn't find the one I used from Mirage on my original source.
(I think it was lost from the backups)
Then I went into a tut request about text outline and I think I actually used YOUR modification to the code..
Code:
Call TextOut(hdc, x + 1, y + 0, Text, Len(Text))
Call TextOut(hdc, x + 0, y + 1, Text, Len(Text))
Call TextOut(hdc, x + 1, y + 1, Text, Len(Text))
Call TextOut(hdc, x - 1, y - 0, Text, Len(Text))
Call TextOut(hdc, x - 0, y - 1, Text, Len(Text))
Call TextOut(hdc, x - 1, y - 1, Text, Len(Text))