Closed
Description
Describe the bug
When export to HTML and the element is TextRender = "HtmlParagraph" the font-family with compose name, exemple: "Courier New"
To Reproduce
Steps to reproduce the behavior:
- Create a fastreport layout
- Set the text element RenderType to "HtmlParagraph"
- Make on csharp code do export html
var report = new Report();
report.Load("report.frx");
HTMLExport export = new() { Layers = true };
export.EmbedPictures = true;
export.Export(report, "output.html");
Expected behavior
Open output.html and finde the generated element
Stacktrace
- N/A
Device (please complete the following information):
- OS: windows/linux
- Browser any
- Version current
Additional context
Add any other context about the problem here.