TextWalker¶
- class TextWalker()¶
An object implementing this interface of optional callback functions
can be used to get calls whenever Text.prototype.walk() iterates over a text object.
- beginSpan(font, trm, wmode, bidiLevel, markupDirection, language)¶
Called before every text span in the Text being walked.
- endSpan()¶
Called at the end of every span in the text.