Skip to main content
Participating Frequently
June 14, 2009
Answered

How to turn off aliasing with pixel fonts

  • June 14, 2009
  • 1 reply
  • 937 views

Hello.

I embedd pixel font and I can see that some aliasing is upplied to it. I would rather see my paragraphs of pixelfonts wihout it. Sometimes it looks OK but sometimes makes whole text little blurry and "colorful". jpg example attached

Is there some magic trick to turn it off?

greetings.

This topic has been closed for replies.
Correct answer robin_briggs

Are you using the font with TLF? If so, I'd suggest setting the format of the text to "format.renderingMode = RenderingMode.NORMAL. If you are using it with TextField (e.g. via TextArea) that has a different way to turn the anti-alising off, see TextField.antiAliasType.

Hope this helps!

1 reply

robin_briggsCorrect answer
Adobe Employee
June 21, 2009

Are you using the font with TLF? If so, I'd suggest setting the format of the text to "format.renderingMode = RenderingMode.NORMAL. If you are using it with TextField (e.g. via TextArea) that has a different way to turn the anti-alising off, see TextField.antiAliasType.

Hope this helps!

Participating Frequently
June 22, 2009

yes, that's it. thank you.