# Bitmap Font Text Drawn to Bitmap

**URL:** https://forum.kirupa.com/t/bitmap-font-text-drawn-to-bitmap/203207
**Category:** flash
**Created:** [October 9, 2006, 2:18am UTC](https://forum.kirupa.com/t/bitmap-font-text-drawn-to-bitmap/203207 "2006-10-09T02:18:31Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Templarian](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/templarian/32/7152_2.png) [@Templarian](https://forum.kirupa.com/u/Templarian)
#### Post date: [October 9, 2006, 2:18am UTC](https://forum.kirupa.com/t/bitmap-font-text-drawn-to-bitmap/203207/1 "2006-10-09T02:18:31Z")

</div>

Is there a way to write a bitmap font right into the bitmap being desplayed?

Mabey better worded:  
myBitmap.draw(image, t) draws a picture is there a way to draw text?

I’m stuck even if its just a work around in some way I would like to know… (the current work around i have in my head is writing it in a movieclip turning that into bitmap data and drawing it… esentially creating a prototype answering my question… but a built in way would be easier probably).
