net.sf.jasperreports.engine.util.JRFontNotFoundException: Font ‘book antiqua’ is not available to the JVM. See the Javadoc for more details.
at net.sf.jasperreports.engine.util.JRFontUtil.checkAwtFont(JRFontUtil.java:358)
at net.sf.jasperreports.engine.util.JRStyledText.getAwtAttributedString(JRStyledText.java:226)
I am trying to print a report from servoy developer, but I get this error ( see above ).
On the application server I don’t get this error, with the same report off course. I have installed the font on my mac ( got it from a win user ) ; doesn’t solve the issue.
I am running MacOS X 10.7 (Lion) with Java 6v26.
Any ideas ?