-
Bug
-
Resolution: Fixed
-
P2
-
1.1.3
-
1.1.5
-
x86
-
windows_95
-
Not verified
On win32, the DC used for printing is not initialized properly, so by default
it is rendering with th background mode set to opaque where it should be set to
transparent.
More info from Netiva:
> Bug fix 2: Drawing (especially of text strings) is not transparent in
> printer DC's. We make a call to ::SetBkMode(hdc, TRANSPARENT) for
> printer DC's (same default as screen DC's). See fix around line 1229.
>
it is rendering with th background mode set to opaque where it should be set to
transparent.
More info from Netiva:
> Bug fix 2: Drawing (especially of text strings) is not transparent in
> printer DC's. We make a call to ::SetBkMode(hdc, TRANSPARENT) for
> printer DC's (same default as screen DC's). See fix around line 1229.
>
- relates to
-
JDK-4023887 Win95 screen and printed output differ for java.awt.Canvas.
- Closed
-
JDK-4049865 PrintJob's getPageResoltion or GetPageDimension return incorrect results
- Closed