As3: Plotting text as in technical drawings
        Posted  
        
            by Cambiata
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Cambiata
        
        
        
        Published on 2010-04-08T20:31:24Z
        Indexed on 
            2010/04/08
            20:33 UTC
        
        
        Read the original article
        Hit count: 426
        
Hi!
Flash/Actionscript 3 lack the possibility to "draw" text to a displayobject graphics - a textfield has to be created, added and set. This is rather clumsy and time consuming.
In the wait for simple and stable alternatives (for example http://lab.polygonal.de/2009/12/15/font-rendering-with-the-fp10-drawing-api/), is there a class or library for simply plotting text strings using graphical primitives (lines), something like the text is "drawn" on plotted technical drawings?
© Stack Overflow or respective owner