// for the sake of simplicity, we use the AWT font registry for now.
// This is less accurate than using the iText fonts, but completing
// the TrueType registry or implementing an iText registry is too expensive
// for now.
final ITextFontStorage fontStorage = new ITextFontStorage(BaseFontModule.getFontRegistry(), "UTF-8");
this.metaData = new XmlDebugOutputProcessorMetaData(configuration, fontStorage, pagebreaksAllowed);
this.flowSelector = new DisplayAllFlowSelector();
}