iReport Fonts problem ; fontNotFound Exception

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 ?

Below are excerpts from the iReport Utlimate Guide:

You can use an external TrueType font. To do so, the external fonts (files with .ttf extensions) must appear in the classpath.

Font extensions can be created in the Options panel of iReport (Tools → Options) in the Fonts tab.

Click on the ‘Install Font’ button and work through the wizard.

I hope this helps!