}
/** {@inheritDoc} */
public List getTextRuns(TextNode node, AttributedCharacterIterator aci) {
//Text runs are delegated to the normal FlowExtTextPainter, we just paint the text.
FlowExtTextPainter delegate = (FlowExtTextPainter)FlowExtTextPainter.getInstance();
return delegate.getTextRuns(node, aci);
}