text field is skewed : Skew : TextField Flash / Flex / ActionScript examples


Flash / Flex / ActionScript examples » TextField » Skew »

 

text field is skewed


 

package{
  import flash.display.Sprite;
  import flash.text.*;
  import flash.geom.Matrix;
  public class Main extends Sprite{
    public function Main(){
        var t:TextField = new TextField(  );
        t.text = "Hello world";
        t.transform.matrix = new Matrix(1101);  // Skew text
        addChild(t);
    }
  }
}

        



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


Flash / Flex / ActionScript examples

 Navioo TextField
» Skew


Warning: Unknown: write failed: No space left on device (28) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php/session) in Unknown on line 0