[CS3] Rough Text in AS3

For my current project, I’m drawing text to a BitmapData object, and I’d like for there to be no anti-aliasing applied to it at all. (I’m using a pixel font, so any anti-aliasing at all makes the text unreadable.) How can I prevent anti-aliasing from occurring?