| Package | com.yahoo.astra.display | 
| Class | public class BitmapText | 
| Inheritance | BitmapText  flash.display.Sprite | 
embedFonts is false, the text field will be replaced
  by a Sprite containing a bitmap.
    
| Property | Defined by | ||
|---|---|---|---|
| autoSize : String 
   Controls automatic sizing and alignment of text fields. | BitmapText | ||
| bitmapContainer : Sprite [read-only] | BitmapText | ||
| contentHeight : Number 
   Height of the text field without rotation. | BitmapText | ||
| contentWidth : Number  
   Width of the text field without rotation. | BitmapText | ||
| defaultTextFormat : TextFormat 
   Specifies the format applied to newly inserted text, such as text inserted with the 
    replaceSelectedText()method or text entered by a user. | BitmapText | ||
| embedFonts : Boolean 
   Specifies whether to render by using embedded font outlines. | BitmapText | ||
| height : Number [read-only]
    | BitmapText | ||
| rotation : Number | BitmapText | ||
| rotationHeight : Number [read-only]
   Gets the minimum distance for placement of labels of the same rotation on the y axis
    | BitmapText | ||
| rotationWidth : Number [read-only]
   Gets the minimum distance for placement of labels of the same rotation on the x axis
    | BitmapText | ||
| selectable : Boolean 
   A Boolean value that indicates whether the text field is selectable. | BitmapText | ||
| text : String 
   A string that is the current text in the text field. | BitmapText | ||
| textField : TextField 
   Reference to the text field
    | BitmapText | ||
| textHeight : Number [read-only]
   The height of the text in pixels
    | BitmapText | ||
| textWidth : Number [read-only]
   The width of the text in pixels
    | BitmapText | ||
| width : Number [read-only]
    | BitmapText | ||
| Method | Defined by | ||
|---|---|---|---|
| 
   Constructor
    | BitmapText | ||
| autoSize | property | 
autoSize:String  [read-write]Controls automatic sizing and alignment of text fields.
Implementation    public function get autoSize():String
    public function set autoSize(value:String):void
| bitmapContainer | property | 
bitmapContainer:Sprite  [read-only]Implementation
    public function get bitmapContainer():Sprite
| contentHeight | property | 
contentHeight:Number  [read-write]Height of the text field without rotation.
Implementation    public function get contentHeight():Number
    public function set contentHeight(value:Number):void
| contentWidth | property | 
contentWidth:Number  [read-write]Width of the text field without rotation.
Implementation    public function get contentWidth():Number
    public function set contentWidth(value:Number):void
| defaultTextFormat | property | 
defaultTextFormat:TextFormat  [read-write]
   Specifies the format applied to newly inserted text, such as text inserted with the 
   replaceSelectedText() method or text entered by a user.
   
    public function get defaultTextFormat():TextFormat
    public function set defaultTextFormat(value:TextFormat):void
| embedFonts | property | 
embedFonts:Boolean  [read-write]Specifies whether to render by using embedded font outlines.
Implementation    public function get embedFonts():Boolean
    public function set embedFonts(value:Boolean):void
| height | property | 
height:Number  [read-only]Implementation
    public function get height():Number
| rotation | property | 
rotation:Number  [read-write]Implementation
    public function get rotation():Number
    public function set rotation(value:Number):void
| rotationHeight | property | 
rotationHeight:Number  [read-only]Gets the minimum distance for placement of labels of the same rotation on the y axis
Implementation    public function get rotationHeight():Number
| rotationWidth | property | 
rotationWidth:Number  [read-only]Gets the minimum distance for placement of labels of the same rotation on the x axis
Implementation    public function get rotationWidth():Number
| selectable | property | 
selectable:Boolean  [read-write]A Boolean value that indicates whether the text field is selectable.
Implementation    public function get selectable():Boolean
    public function set selectable(value:Boolean):void
| text | property | 
text:String  [read-write]A string that is the current text in the text field.
Implementation    public function get text():String
    public function set text(value:String):void
| textField | property | 
textField:TextField  [read-write]Reference to the text field
Implementation    public function get textField():TextField
    public function set textField(value:TextField):void
| textHeight | property | 
textHeight:Number  [read-only]The height of the text in pixels
Implementation    public function get textHeight():Number
| textWidth | property | 
textWidth:Number  [read-only]The width of the text in pixels
Implementation    public function get textWidth():Number
| width | property | 
width:Number  [read-only]Implementation
    public function get width():Number
| BitmapText | () | constructor | 
public function BitmapText()Constructor