Drawing text on graphics instance

Is there a way to draw text to a graphics instance, without using a textfield?

You’d probably need to use a bitmap font. I’m not sure if any libraries already exist for this? Or you could look into how TextField/Lime does it and copy that.

Yes, it is possible, but not out of the box. You just need to write your own Bitmap Font renderer.

Check this, good guy share something what you need: