Hi,
I have a class that subclasses Sprite . In this class I draw some graphics on the stage. What are my options for drawing text? I am aware that I can use TextField, but I would rather draw the text directly. I come from .NET and there the graphics object allows you to draw text directly on the canvas. Is there a similar feature in AS3?
Since I just want to display some simple text (I am drawing a matrix 5x5 with one letter in each square), using a class like TextField might be an overkill. Also, drawing directly should be much faster (at least in .NET).
Thank you,
Daniel