Re: RFR: 8262470: Printed GlyphVector outline with low DPI has bad quality on Windows [v2]

2021-03-23 Thread Prasanta Sadhukhan
On Thu, 18 Mar 2021 12:29:01 GMT, Alexander Scherbatiy wrote: >> Printing text using GlyphVector outline has bad quality on printers with low >> DPI on Windows. >> The GDI system used for text printing on Windows accepts only integer path >> coordinates. >> Rounding GlyphVector outline coordin

Re: RFR: 8260619: Add final modifier to several DataFlavor static fields

2021-03-23 Thread Alexander Zuev
On Mon, 22 Mar 2021 22:03:15 GMT, Sergey Bylokhov wrote: > This request proposes changing the state of a few static constants in the > DataFlavor class. > > The fields selectionHtmlFlavor/fragmentHtmlFlavor/allHtmlFlavor added to the > java.awt.datatransfer.DataFlavor class in JDK8 were not ma

Re: RFR: 8260619: Add final modifier to several DataFlavor static fields

2021-03-23 Thread Alexander Zvegintsev
On Mon, 22 Mar 2021 22:03:15 GMT, Sergey Bylokhov wrote: > This request proposes changing the state of a few static constants in the > DataFlavor class. > > The fields selectionHtmlFlavor/fragmentHtmlFlavor/allHtmlFlavor added to the > java.awt.datatransfer.DataFlavor class in JDK8 were not ma