| Package | feathers.controls.text | 
| Class | public class MeasureTextResult | 
| Inheritance | MeasureTextResult    Object | 
| Product Version : | Feathers 3.0.0 | 
| Property | Defined By | ||
|---|---|---|---|
| height : Number 
		 The measured height of the text.  | MeasureTextResult | ||
| isTruncated : Boolean 
		 Indicates if the text needed to be truncated.  | MeasureTextResult | ||
| width : Number 
		 The measured width of the text.  | MeasureTextResult | ||
| Method | Defined By | ||
|---|---|---|---|
MeasureTextResult(width:Number = 0, height:Number = 0, isTruncated:Boolean = false) 
		 Constructor.  | MeasureTextResult | ||
| height | property | 
public var height:NumberThe measured height of the text.
| isTruncated | property | 
public var isTruncated:BooleanIndicates if the text needed to be truncated.
| width | property | 
public var width:NumberThe measured width of the text.
| MeasureTextResult | () | Constructor | 
public function MeasureTextResult(width:Number = 0, height:Number = 0, isTruncated:Boolean = false)Constructor.
Parameterswidth:Number (default = 0) | |
height:Number (default = 0) | |
isTruncated:Boolean (default = false) |