I have a report with a textbox that displays a date. The width of the textbox is big enough to fit the date on one line, and it does so with GDI, however, when using Skia graphics engine - part of the text is wrapped on the next line despite there seemingly being enough space to fit the content:
![]()

The above image is from testing in HTML5Interactive rendering with Skia on Windows.