Page 1 of 1

[added: 70] Turn off font anti-aliasing

PostPosted: November 16th, 2006, 11:28 am
by pickle
Anti aliasing is great for larger, curved fonts. But for small "pixel" fonts, I can really notice how they're not as sharp as they look in Photoshop.

A simple faa() function would be nice.

PostPosted: November 16th, 2006, 11:22 pm
by Harkonenn
I'll second that one, Pickle. This is why I avoided using any of my favorite fonts in TriggerDisk.

Re: Turn off font anti-aliasing

PostPosted: February 3rd, 2007, 10:23 am
by Cliff Cawley
pickle Wrote:Anti aliasing is great for larger, curved fonts. But for small "pixel" fonts, I can really notice how they're not as sharp as they look in Photoshop.

A simple faa() function would be nice.


Done and added for build 70.

Information as follows:

faa(x)
0 = Windows Default
1 = AntiAliased
2 = Non AntiAliased
3 = ClearType

The default is 0 which means whatever settings the user has set in their Display Properties (This is what Xion has always previously obeyed)

You will also be able to find this information in the
Layer Keyword reference chart

Cliff :)