Skip to content

Export html, font-family with compose name without '"'. #723

Closed
@mundotv789123

Description

@mundotv789123

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:

  1. Create a fastreport layout
  2. Set the text element RenderType to "HtmlParagraph"
  3. 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

Screenshots
image

Device (please complete the following information):

  • OS: windows/linux
  • Browser any
  • Version current

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions