TextBlock
extern class flash.text.engine.TextBlockAvailable in flash
var applyNonLinearFontScaling : Bool
var baselineFontDescription : FontDescription
var baselineFontSize : Float
var baselineZero : TextBaseline
var bidiLevel : Int
var content : ContentElement
var firstInvalidLine(default,null) : TextLine
var firstLine(default,null) : TextLine
var lastLine(default,null) : TextLine
var lineRotation : TextRotation
var tabStops : Vector<TabStop>
var textJustifier : TextJustifier
var textLineCreationResult(default,null) : TextLineCreationResult
var userData : Dynamic
function new( ?content : ContentElement, ?tabStops : Vector<TabStop>, ?textJustifier : TextJustifier, ?lineRotation : TextRotation, ?baselineZero : TextBaseline, ?bidiLevel : Int, ?applyNonLinearFontScaling : Bool, ?baselineFontDescription : FontDescription, ?baselineFontSize : Float ) : Void
function createTextLine( ?previousLine : TextLine, ?width : Float, ?lineOffset : Float, ?fitSomething : Bool ) : TextLine
function dump() : String
function findNextAtomBoundary( afterCharIndex : Int ) : Int
function findNextWordBoundary( afterCharIndex : Int ) : Int
function findPreviousAtomBoundary( beforeCharIndex : Int ) : Int
function findPreviousWordBoundary( beforeCharIndex : Int ) : Int
function getTextLineAtCharIndex( charIndex : Int ) : TextLine
function recreateTextLine( textLine : TextLine, ?previousLine : TextLine, ?width : Float, ?lineOffset : Float, ?fitSomething : Bool ) : TextLine
function releaseLineCreationData() : Void
function releaseLines( firstLine : TextLine, lastLine : TextLine ) : Void
version #13110, modified 2012-04-12 22:27:01 by api
0 comment