I found this not sure if it helps: [HTML5] Blurry font problem - #2 by singmajesty
Could you please try setting the
textField.antiAliasType
toAntiAliasType.ADVANCED
andtextField.sharpness
to400
?
Maybe you can use bitmap text / a tilemap to display the glyphs and disable smoothing?