# Can You Draw Dynamic Textfield w/embedded Font to BitmapData "Offscreen"?

**URL:** https://forum.kirupa.com/t/can-you-draw-dynamic-textfield-w-embedded-font-to-bitmapdata-offscreen/256566
**Category:** flash
**Created:** [April 4, 2008, 3:36am UTC](https://forum.kirupa.com/t/can-you-draw-dynamic-textfield-w-embedded-font-to-bitmapdata-offscreen/256566 "2008-04-04T03:36:34Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![zerobars](https://avatars.discourse-cdn.com/v4/letter/z/90db22/32.png) [@zerobars](https://forum.kirupa.com/u/zerobars)
#### Post date: [April 4, 2008, 3:36am UTC](https://forum.kirupa.com/t/can-you-draw-dynamic-textfield-w-embedded-font-to-bitmapdata-offscreen/256566/1 "2008-04-04T03:36:34Z")

</div>

I need to set up a BitmapData/Bitmap that will have a number of dynamic textfields (fed by XML) drawn into it, but the drawing needs to occur while the textfields are off the display list, then I will add the Bitmap to the display list.

This seems to work fine, but I haven’t gotten the embedded font to display correctly – perhaps this is simply some font issue, but will the above work, i.e. will the embedded font be displayed correctly if I draw into the BMD “offscreen”
