How to force device text to be rendered by adobe renderer
Hi all, This seems to be the best place to ask this question. The developers of TLF are very responsive and I am sure that is appreciated by many.
I am hosting SWF files in a parent SWF and the child SWF's can be developed in a way I do not have complete control over them.
I need to be able to force the adobe text renderer on those child SWF's if they happen to use device text.
I can do this already by enabling any filter in the parent SWF for the child SWF. The problem is that it can become very slow on some SWF files.
So question is how can I do this without using a filter in an efficient way ?
The reason this is a problem for me is because there is either a bug in Flash player or its just something in windows text renderer that causes the device text to always have full transparency when drawn in an offscreen bitmap. So device text becomes invisible. All text needs to be handled if it's in a TextField or TLF.
The parent SWF will be running in 10.1 or above.
Don
