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
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
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
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
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