From customer:
![]() |
25 KB
@kin-hong: take a look at NetbeansTextPrintable#computeClientAreaSize
There is a comment in that method which states:
I am going to reduce the available area width slightly to compensate for small errors// which are being accumulated due to integer arithmetic, which ultimately results in some characters// at the end of the line not printed.
This fix should address the character truncation issue. However, it does not address the fact that print preview doesn't match the layout as printed on the printer. This aspect was not working prior to this change. The fix for this issue doesn't attempt to address the print preview issue.
This fix should address the character truncation issue. However, it does not address the fact that print preview doesn't match the layout as printed on the printer. This aspect was not working prior to this change. The fix for this issue doesn't attempt to address the print preview issue.
Issue #14402 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 17.0.4-2 |
No time estimate |
@kin-hong: take a look at
NetbeansTextPrintable#computeClientAreaSize
There is a comment in that method which states: