java - Adding Font in iReport -


i want use garamond font pdf report, i'm using ireport in mac.

i have downloaded font

garamond-regular

added font in ireport using ireport->preferences->fonts->install font

during installation have selected "embed font in pdf document" , encoding format default.

i have exported ttf jar "garamond-regular.jar" , added classpath, while viewing report shows "error displaying report page. see console details", in console there no errors.

enter image description here enter image description here

how can add/generate report font? me.

you haven't added ttf file of font in jre/lib/fonts in java_home. have restart ireport well. :)


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -