pi = getTextPaintInfo(cssProceedElement, textNode, parentPI, ctx);
oldPI = (TextPaintInfo)elemTPI.get(cssProceedElement);
}
if (oldPI == null) return;
textNode.swapTextPaintInfo(pi, oldPI);
if (usingComplexSVGFont)
// Force Complex SVG fonts to be recreated
textNode.setAttributedCharacterIterator
(textNode.getAttributedCharacterIterator());
}