{
fontFamily = (String) fontMap.get(fontFamilyAttr);
}
else
{
FontInfo fontInfo = JRFontUtil.getFontInfo(fontFamilyAttr, locale);
if (fontInfo != null)
{
//fontName found in font extensions
FontFamily family = fontInfo.getFontFamily();
String exportFont = family.getExportFont(getExporterKey());
if (exportFont != null)
{
fontFamily = exportFont;
}