-
Bug
-
Resolution: Cannot Reproduce
-
P3
-
None
-
1.3.0
-
generic
-
generic
Name: clC74495 Date: 02/03/2000
On printing, TextLayout#draw() render corrupted glyph,
when I use some of DynaLab's Japanese fonts (DFMincho, DFGothic,
DFGyoSho) for "Kanji".
These fonts are rendered fine on screen. but
g2.setRenderingHint(RenderingHints.KEY_ANTIALIASING,
RenderingHints.VALUE_ANTIALIAS_ON);
makes corrupted glyph on screen.
Printing
| drawString() | TextLayout#draw()|
-------+---------------+------------------+
AA | OK | NG |
-------+---------------+------------------+
Non-AA | OK | NG |
-------+---------------+------------------+
Screen
| drawString() | TextLayout#draw()|
-------+---------------+------------------+
AA | NG | NG |
-------+---------------+------------------+
Non-AA | OK | OK |
-------+---------------+------------------+
AA: Anti Alias
Environment:
VM: JDK1.3 built-T
OS: Windows95
Printer: Canon LBP-730 LIPS4 + LIPS3MS.DRV 4.00
When I reported this bug for JDK1.2 before.
SUN's reply was "duplicate of Bug Id: 4182889" (review ID: 48198).
But This bug is not fixed after 4182889 was closed.
(Review ID: 100730)
======================================================================