-
Bug
-
Resolution: Unresolved
-
P4
-
23, 24
-
In Review
On other platforms like Windows and Linux, the \n, \r and \t characters are ignored when drawing text to a Graphics2D object. On macOS this is not currently the case.
See, for example, CMap.getControlCodeGlyph(int, boolean) or RasterPrinterJob.removeControlChars(String).
This bug was found while running test/jdk/java/awt/print/PrinterJob/PrintTextTest.java on macOS.
See, for example, CMap.getControlCodeGlyph(int, boolean) or RasterPrinterJob.removeControlChars(String).
This bug was found while running test/jdk/java/awt/print/PrinterJob/PrintTextTest.java on macOS.
- 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/23665