* Initializes a new renderer with extended capabilities.
*/
public _ITextRenderer() {
super();
ITextOutputDevice outputDevice = getOutputDevice();
ReplacedElementFactory replacedElementFactory = new ExtendedITextReplacedElementFactory(outputDevice);
SharedContext sharedContext = getSharedContext();