Missing fonts in Jasper report

We are using a jasper report to print emails. Now the customer is telling us that not all emails will print.
On investigating the problem, I noticed that I get error messages like this:
“java.lang.Exception: Font ‘verdana’ is not available to the JVM. See the Javadoc for more details.”

In the ServoyForge wiki I found that I need to include a fonts extension jar file.
So I have done the following:

But after restarting my developer and running my solution I keep getting the same error as before.
Am I missing a step here?

NOTE Using Servoy JasperReports Plugin 5.0.0 final version

For really using fonts in jasper reports itself, that’s the way you have to do it.
How Jasper reports handle fonts inside html, and on his turn html in a report, that I don’t know…

Maybe you an create a reproducable case and put a bug request on servoyforge…