//create a temp Image to test font metrics on
fontInfo = inFontInfo;
Graphics2D graphics2D = Java2DFontMetrics.createFontMetricsGraphics2D();
FontCollection[] fontCollections = new FontCollection[] {
new Base14FontCollection(graphics2D),
new InstalledFontCollection(graphics2D),
new ConfiguredFontCollection(getFontResolver(), getFontList())
};
userAgent.getFactory().getFontManager().setup(
getFontInfo(), fontCollections);