# Unable to view text in my textfield

**URL:** https://forum.kirupa.com/t/unable-to-view-text-in-my-textfield/97629
**Category:** Uncategorized
**Created:** [December 26, 2003, 8:59am UTC](https://forum.kirupa.com/t/unable-to-view-text-in-my-textfield/97629 "2003-12-26T08:59:33Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![chikki\_ram](https://avatars.discourse-cdn.com/v4/letter/c/f07891/32.png) [@chikki\_ram](https://forum.kirupa.com/u/chikki_ram)
#### Post date: [December 26, 2003, 8:59am UTC](https://forum.kirupa.com/t/unable-to-view-text-in-my-textfield/97629/1 "2003-12-26T08:59:33Z")

</div>

I am able to rotate my textfield dynamically but my text has disappeared even though i have embeded the font and color.  
here is the code

some\_tf = new TextFormat();  
some\_tf.font = “myVerdana”;  
some\_tf.size = 24;

this.createTextField(“tfNewfield”,1,10,10,150,30);  
tfNewfield.text = “here comes the text”;  
tfNewfield.setTextFormat(some\_tf);  
tfNewfield.border = true;  
tfNewfield.embedFonts = true  
tfNewfield.\_rotation = 90;

Please help!!!  
Thanks in Advance
