-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
1.4.2
-
None
-
x86
-
linux
J2SE version: 1.4.2 b24,25
Test program location path:
/net/sqesvr.sfbay/export/st2/suites/mantis/awt/AWT_Merlin_WS/Printing/src/PrintQuality
OS of this testing: RedhatLinuxAdvancedServer2.1 32bit
This test program display the strings "PRINTING TEST".
However, this strings display as malformed strings on RedHatAdvancedServer2.1
32bit. this behavior is specific to RedHatAdvancedServer2.1 32bit.
(*Strings will be printed out correctly. issue is the strings on display)
--PrintQualityPrintingTest.java
376 g.setFont(font=new Font("Times",Font.BOLD,80));
377 g.drawString("PRINTING",100,100); <-- this will be
378 g.drawString("TEST",200,200); <-- malformed strings.
379 g.setFont(font=new Font("Times",Font.PLAIN,25));
380 g.drawString("Quality for high,medium,draft",100,250);
- duplicates
-
JDK-4844952 drawString corruption on Matrox video cards on linux
- Closed