Re: RFR: JDK-8314215 Trailing Spaces before Line Breaks Affect the Center Alignment of Text

2023-09-23 Thread John Hendrikx
On Sun, 10 Sep 2023 20:50:18 GMT, John Hendrikx wrote: > There are a number of tickets open related to text rendering: > > https://bugs.openjdk.org/browse/JDK-8314215 > > https://bugs.openjdk.org/browse/JDK-8145496 > > https://bugs.openjdk.org/browse/JDK-8129014 > > They have in common that w

Re: RFR: JDK-8314215 Trailing Spaces before Line Breaks Affect the Center Alignment of Text

2023-09-23 Thread John Hendrikx
On Thu, 14 Sep 2023 22:41:20 GMT, Andy Goryachev wrote: >> There are a number of tickets open related to text rendering: >> >> https://bugs.openjdk.org/browse/JDK-8314215 >> >> https://bugs.openjdk.org/browse/JDK-8145496 >> >> https://bugs.openjdk.org/browse/JDK-8129014 >> >> They have in com

Re: RFR: 8316518 javafx.print.Paper getWidth / getHeight rounds values, causing errors.

2023-09-23 Thread Martin Fox
On Sat, 23 Sep 2023 06:02:14 GMT, John Hendrikx wrote: >> About the rounding; all these values are fixed values and could have been >> entered in points as constants directly. >> >> Also realize that all papers measured in inches can be expressed exactly in >> points (after the above errors ar

Re: RFR: 8316518 javafx.print.Paper getWidth / getHeight rounds values, causing errors.

2023-09-23 Thread John Hendrikx
On Tue, 19 Sep 2023 11:56:39 GMT, Florian Kirmaier wrote: > The Method javafx.print.getWidth and getHeight returns a double of points. > But the values are always rounded to full integers. This causes especially > problems, > with mm based Papers. > > I asked in the mailing list, with the conc

RFR: JDK-8316781 Fix legal and monarch paper sizes

2023-09-23 Thread John Hendrikx
The sizes should be 8.5 wide for letter, and 3.875 wide for monarch. - Commit messages: - Fix legal and monarch paper sizes Changes: https://git.openjdk.org/jfx/pull/1248/files Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=1248&range=00 Issue: https://bugs.openjdk.org/browse/J