Draw Text At a Certain Point

Hey all,
I’ve got a bunch of text that I need drawn on a bitmapdata. I was wondering if there was a way to draw them at certain spots on that bitmapdata WITHOUT creating individual bitmapdatas for each of the pieces of text.

Is there any way to use the draw() function to accomplish this? I’m ignorant of all of the arguments of that function so any help would be appreciated!