| Module: | |
| Inherits from: | |
| Declared In: | |
Overview
Use the links in the table of contents to the left to access the documentation.
Functions
- getCharNumAtPosition
- getComputedTextLength
- getEndPositionOfChar
- getExtentOfChar
- getNumberOfChars
- getRotationOfChar
- getStartPositionOfChar
- getSubStringLength
- selectSubString
long getCharNumAtPosition(
in SVGPoint point);
float getComputedTextLength();
SVGPoint getEndPositionOfChar(
in unsigned long offset) raises(DOMException);
SVGRect getExtentOfChar(
in unsigned long offset) raises(DOMException);
float getRotationOfChar(
in unsigned long offset) raises(DOMException);
SVGPoint getStartPositionOfChar(
in unsigned long offset) raises(DOMException);
float getSubStringLength(
in unsigned long offset,
in unsigned long length) raises(DOMException);
void selectSubString(
in unsigned long offset,
in unsigned long length) raises(DOMException);
Member Data
- lengthAdjust
- LENGTHADJUST_SPACING
- LENGTHADJUST_SPACINGANDGLYPHS
- LENGTHADJUST_UNKNOWN
- textLength
const unsigned short LENGTHADJUST_SPACING = 1;
const unsigned short LENGTHADJUST_SPACINGANDGLYPHS = 2;
const unsigned short LENGTHADJUST_UNKNOWN = 0;
Last Updated: 2009-05-29