JDK-8009199 : Printed text become garbage on Mac OSX
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: os_x
  • CPU: x86
  • Submitted: 2013-02-28
  • Updated: 2014-10-10
  • Resolved: 2013-04-25
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8
7u40Fixed 8 b89Fixed
Related Reports
Duplicate :  
Description
When printed text have both Japanese (or Chinese) and English, English text become garbage on Mac OS X.

To reproduce the bug
- Save an attached test program "PrintTest2.java"
- Compile it with Sun JDK7 on mac osx env.
- Run the program
- save print image to PDF

English text in the source code is ":abc123", but printed text is totally broken.
The program worked on old Mac Java (ver.6).

Comments
2D_Printing/bug8009199
27-06-2013

Verified in b93 with attached test.
14-06-2013

bug2.pdf attached is a pdf file generated from OS print dialog. You can see English text is broken.
28-02-2013