checkDefaultFontAvailable(fontInfo, eventProducer,
Font.STYLE_NORMAL, Font.WEIGHT_BOLD);
checkDefaultFontAvailable(fontInfo, eventProducer,
Font.STYLE_ITALIC, Font.WEIGHT_BOLD);
} else {
eventProducer.warnDefaultFontSetup(this);
// Go with a default base 12 configuration for AFP environments
FontCollection base12FontCollection = new AFPBase12FontCollection();
num = base12FontCollection.setup(num, fontInfo);
}