-
Bug
-
Resolution: Unresolved
-
P4
-
25
-
os_x
When printing text on macOS, if the text uses a composite font (a logical font composed of more than one physical font) with a custom affine transform, the transform can be lost, and the text printed without the transform applied.
This is one of a few issues affecting the problem listed manual test `java/awt/print/PrinterJob/PrintTextTest.java` on macOS, and can be observed on page 10, on the last line ("TextLayout 2"). Without the fix, the text on this line is not stretched across the x-axis, resulting in large gaps of white space between runs of different script types.
This is one of a few issues affecting the problem listed manual test `java/awt/print/PrinterJob/PrintTextTest.java` on macOS, and can be observed on page 10, on the last line ("TextLayout 2"). Without the fix, the text on this line is not stretched across the x-axis, resulting in large gaps of white space between runs of different script types.
- relates to
-
JDK-8148334 The regression case: java/awt/print/PrinterJob/PrintTextTest.java failed as the printed pages do not match the shown pages
-
- Open
-
- links to
-
Review(master) openjdk/jdk/27544