FastReports / FastReport

Free Open Source Reporting tool for .NET6/.NET Core/.NET Framework that helps your application generate document-like reports

Home Page:https://www.fast-report.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TextObject Automatic line wrapping one more-character

fzwu opened this issue · comments

commented

We found a problem when using fastreport. When the text content is continuous English, automatic line wrapping will automatically add a-character.

Previously, using .NET Core 3.1, automatic line wrapping was correct. After upgrading to .NET 6, automatic line wrapping automatically adds a-character at the end of the line.

I learned that fastreport depends on System.Drawing.Common, but .NET 6 does not support it on non-windows platforms.
Is it caused by this problem?
What plan do we have to deal with this problem?

commented

image