Question
Image Smoothing
Hello,
I am using:
var textFlow:TextFlow = TextFlowUtil.importFromString(source);
to turn TLF markup into a Text Flow for use in a RichEditableText component. The markup may contain any number of images.
The RichEditableText component needs to be rotated slightly, but doing so causes the images to render with really unpleasent jaggies. How should I set image smoothing on all the images in the TextFlow?
