The only way to render text is through flash.text.TextField, or StaticText. You can then draw that text into a bitmap using flash.display.BitmapData.draw() to draw the TextField to a bitmap.
Daniel Freiman nondocs <http://nondocs.blogspot.com> On 5/9/07, Mark Ingram <[EMAIL PROTECTED] > wrote:
Hi, is it possible to draw text to the screen or to a bitmap in Flex?

