class flash.text.engine.TextLine extends DisplayObjectContainer
Available on flash
static var MAX_LINE_WIDTH:Int
var ascent:Float
var atomCount:Int
var descent:Float
var hasGraphicElement:Bool
var hasTabs:Bool
var mirrorRegions:Vector<TextLineMirrorRegion>
var nextLine:TextLine
var previousLine:TextLine
var rawTextLength:Int
var specifiedWidth:Float
var textBlock:TextBlock
var textBlockBeginIndex:Int
var textHeight:Float
var textWidth:Float
var totalAscent:Float
var totalDescent:Float
var totalHeight:Float
var unjustifiedTextWidth:Float
var userData:Dynamic
var validity:String
function new():Void
function dump():String
function flushAtomData():Void
function getAtomBidiLevel(atomIndex:Int):Int
function getAtomBounds(atomIndex:Int):Rectangle
function getAtomCenter(atomIndex:Int):Float
function getAtomGraphic(atomIndex:Int):DisplayObject
function getAtomIndexAtCharIndex(charIndex:Int):Int
function getAtomIndexAtPoint(stageX:Float, stageY:Float):Int
function getAtomTextBlockBeginIndex(atomIndex:Int):Int
function getAtomTextBlockEndIndex(atomIndex:Int):Int
function getAtomTextRotation(atomIndex:Int):String
function getAtomWordBoundaryOnLeft(atomIndex:Int):Bool
function getBaselinePosition(baseline:String):Float
function getMirrorRegion(mirror:EventDispatcher):TextLineMirrorRegion