JasperReports 5.6: Could not load the following font

前端 未结 5 1026
梦如初夏
梦如初夏 2021-01-05 02:01

I am facing the problem, that JasperReports still cannot find the Arial font.

I created a simple Maven Project with following structure and included it to

5条回答
  •  灰色年华
    2021-01-05 02:46

    The problem was the template itself: At one font-tag the property was missing:

    Does not work:

    
    

    Does work:

    
    

提交回复
热议问题