Haxe API Documentation
Back | Index
extern class js.html.svg.TextContentElement
extends Element
Available in js
var lengthAdjust(default,null) : AnimatedEnumeration
var textLength(default,null) : AnimatedLength
function getCharNumAtPosition(point : Point) : Int
function getComputedTextLength() : Float
function getEndPositionOfChar(offset : Int) : Point
function getExtentOfChar(offset : Int) : Rect
function getNumberOfChars() : Int
function getRotationOfChar(offset : Int) : Float
function getStartPositionOfChar(offset : Int) : Point
function getSubStringLength(offset : Int, length : Int) : Float
function selectSubString(offset : Int, length : Int) : Void
static inline var LENGTHADJUST_SPACING : Int
static inline var LENGTHADJUST_SPACINGANDGLYPHS : Int
static inline var LENGTHADJUST_UNKNOWN : Int
Back | Index