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