Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mundotv789123 opened this issue Nov 1, 2024 · 1 comment
Open

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

mundotv789123 opened this issue Nov 1, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@mundotv789123
Copy link

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.

@mundotv789123 mundotv789123 added the bug Something isn't working label Nov 1, 2024
@mundotv789123
Copy link
Author

Pull Request to fix the bug: #724

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant