Using iReport, you can export fonts as an extension. Then you
- can put your font.jar in your application and create a system dependent dependency,
- or you can install your font in your repository.
By the way:
You can skip these error messages using jasperreports.properties.
# ignore missing fonts in reports net.sf.jasperreports.awt.ignore.missing.font=true
source share