Question
Bitmap text (no antialias)
I'm trying to apply a no-antialias on a TextFlow but result is not as clean as TextField. Any idea why?
I try to do this :
_textFlow.fontLookup = FontLookup.DEVICE;
_textFlow.renderingMode = RenderingMode.NORMAL;
the font is Arial so no need to embed and RenderingMode.CFF is useless in my case.
Can someone help me?
Thanks.
