//TODO Make use of fontBaseURL, font substitution and referencing configuration
//Requires a change to the expected configuration layout
//TODO Wire in the FontEventListener
final FontEventListener listener = null;
final boolean strict = false;
FontInfoConfigurator fontInfoConfigurator
= new FontInfoConfigurator(cfg, fontManager, fontResolver, listener, strict);
List/*<EmbedFontInfo>*/ fontInfoList = new java.util.ArrayList/*<EmbedFontInfo>*/();
fontInfoConfigurator.configure(fontInfoList);