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创建一个高中管理系统。我有一个应该打印学生成绩单的功能。我决定将内容放入 JPanel 并打印 JPanel。遇到的问题是,如果打印到文件,我会以屏幕上显示的方式获得 Jpanel,但如果我打印到打印机,我会得到一个爆破的图像。下面是吹出的打印和文件中的打印
顺便说一句,我出于测试目的使用 hp 2515deskjet
你可以看看RenderingHints和其他的东西是字体不匹配。您的框架字体不同,打印机字体不同。