Anyone knows any decent tutorial about fonts in win32asm ?
Thanx, Saiwa
Thanx, Saiwa
yes...
http://win32asm.rxsp.com/tut5.html
you've probably already seen it, but CreateFont is just dandy :)
what i do to figure out what fonts i have, is open up notepad, and under Format/Font look and see, and use what font I have in createfont ie "courier new" or "script"
note: if you havin trouble with your own stuff, please post some code or look through it yourself and ask..
l8a
http://win32asm.rxsp.com/tut5.html
you've probably already seen it, but CreateFont is just dandy :)
what i do to figure out what fonts i have, is open up notepad, and under Format/Font look and see, and use what font I have in createfont ie "courier new" or "script"
note: if you havin trouble with your own stuff, please post some code or look through it yourself and ask..
l8a