Page 1 of 1

Antialiased Screen fonts (comming soon)!

Posted: Mon Aug 22, 2005 10:01 pm
by Num3
What i've done so far supports any type of font (it also has a color option), works great on small font sizes, but gets too pixelized on big fonts:

Image
Image
Image

I draw white text on a black background image, and do one pass for edge detect colored antialias (3 tones) and white font to color font pixel swapping...

--- EDIT ---

The offtopic (for now) seems to be a more appropriate place for this thread...

Found the problem with white... I was using rgb(255,255,255) for the example above but if i reduce it a bit say to rgb (240,240,240) it looks really cool :P

Look:

Image

I'll keep working on this, so i'll release it has a pbi file !

Re: Antialiased Screen fonts (comming soon)!

Posted: Mon Aug 22, 2005 11:19 pm
by va!n
hi Num3!
atm i dont really understand what you mean with the edge detect for 3 tones but i am very interested in seeing your pbi file ;)

some month ago, i worked on a routine for very smooth antialized fonts too and i managed to enable/disable it for nearly all kind of fonts! The only problem is, that it is a small hack until now by changing a value in the registry i found out... (tested and worked fine for win 2k/xp) ... but i didnt found any API call to change the value in the system, i am changing direct in the registry... (due fact i dont like my way, i havent publish it yet... maybe i will take a clother look to my routine and post my result soon...)

regards

Posted: Tue Aug 23, 2005 1:25 am
by Dare2
Also keen to see this! Nifty!

Posted: Sun Aug 28, 2005 2:09 pm
by Num3
Released!

Check the Tip's And Trick's section!