Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 java 打印 JasperReport。我已经分别为报告中的每个文本字段设置了字体,但是在打印时打印机不会以 9 号的选定字体 Arial 打印。如果将报告导出到 docx 文件,则 docx 会以正确的字体打印报告。
您应该确保 JVM 可以使用 Arial。我相信这在 Windows 上通常不是问题,但您应该使用字体扩展或将字体添加到 Linux 下的 JVM 字体文件夹。