我正在使用Mac和Jasper Reports 5.1.0生成报告。我正在尝试用Garamond Font导出报告。我能够从iReport 5.6.0生成报告。从Java Maven应用程序我试图以PDF格式导出报告,而在运行时我正在低于错误,
net.sf.jasperreports.engine.JRRuntimeException: Could not load the following font : pdfFontName : Garamond pdfEncoding : Cp1252 isPdfEmbedded : true
我的jrxml文件字体部分是,
<style name="alternateStyle" isDefault="true" forecolor="#666666" fontName="Garamond" fontSize="10" isStrikeThrough="false" pdfFontName="Garamond" pdfEncoding="Identity-H" isPdfEmbedded="true"/>
我尝试编码格式Cp1252和Identity-H,但两者都给出了相同的错误。
任何人都可以帮我解决这个问题。