final String defaultEncoding)
{
this.baseFonts = new HashMap();
this.registry = registry;
this.defaultEncoding = defaultEncoding;
final ExtendedConfiguration extendedConfig = LibFontBoot.getInstance().getExtendedConfig();
this.useGlobalCache = extendedConfig.getBoolProperty("org.pentaho.reporting.libraries.fonts.itext.UseGlobalFontCache");
}