Search found 9 matches

by johan.gorter
Mon Feb 13, 2023 9:41 am
Forum: Stimulsoft Reports.WEB
Topic: HTML Text being cut off when using data columns
Replies: 4
Views: 21821

Re: HTML Text being cut off when using data columns

The sample (mrt file) was already added as an attachment. To reproduce the problem, simply go to designer.stimulsoft.com, file --> open, select the mrt. Now open the preview tab and the problem is immediately visible.
by johan.gorter
Thu Feb 09, 2023 9:55 am
Forum: Stimulsoft Reports.WEB
Topic: HTML Text being cut off when using data columns
Replies: 4
Views: 21821

HTML Text being cut off when using data columns

We have a situation where text is being cut off for no apparent reason. The use of Bold in HTML in a data column seems to be the problem. This MRT: screenshot-mrt.png Produces this PDF: screenshot-pdf.png Where some of the text "koptekst." is missing The MRT used is attached. I used the on...
by johan.gorter
Fri May 15, 2020 7:47 am
Forum: Stimulsoft Reports.WEB
Topic: Add fonts from resource in .NET Core
Replies: 13
Views: 6571

Re: Add fonts from resource in .NET Core

I am also really missing the possibility to use hyperlinks in Html text. We really do need this in our product. Any chance this can be added?
by johan.gorter
Fri May 15, 2020 7:32 am
Forum: Stimulsoft Reports.WEB
Topic: Add fonts from resource in .NET Core
Replies: 13
Views: 6571

Re: Add fonts from resource in .NET Core

Hello, I noticed in the article you posted that <ul> <li> and <ol> are not present. They seem to work however. Is there any particular reason <strong> and <em> are supported and <ins> and <del> are missing? They could be easily implemented as aliasses for <u> and <s> respectively. Regards, Johan Gor...
by johan.gorter
Tue May 12, 2020 3:00 pm
Forum: Stimulsoft Reports.WEB
Topic: Add fonts from resource in .NET Core
Replies: 13
Views: 6571

Re: Add fonts from resource in .NET Core

When using the Arial font instead of Roboto, the hyperlink still does not work and the emoji also disappears. Not all HTML tags (ins, del) seem to be working as well. Which of these problems can be fixed from your side? A modified Roboto font solution could work for us if it this would also fix the ...
by johan.gorter
Tue May 12, 2020 2:55 pm
Forum: Stimulsoft Reports.WEB
Topic: Add fonts from resource in .NET Core
Replies: 13
Views: 6571

Re: Add fonts from resource in .NET Core

Hello, You asked for a repro case showing the problems with HTML tags and the roboto font. Below is the C# .NET core code I use and the mrt file created with the 2020.3 designer. The result is that the roboto-bold font is not used, the emoji disappears and the link is not clickable. .NET Core code s...
by johan.gorter
Wed Apr 29, 2020 7:23 am
Forum: Stimulsoft Reports.WEB
Topic: Add fonts from resource in .NET Core
Replies: 13
Views: 6571

Re: Add fonts from resource in .NET Core

I have one more question. I have data with embedded HTML tags to do some markup, like make things bold. This works fine in the preview tab of the designer. In our runtime with the embedded roboto resource fonts, bold does not work. How do I register the resource fonts in such a way that embedded htm...
by johan.gorter
Thu Oct 17, 2019 12:54 pm
Forum: Stimulsoft Reports.WEB
Topic: Add fonts from resource in .NET Core
Replies: 13
Views: 6571

Re: Add fonts from resource in .NET Core

Thanks for the quick reply. If I understand correctly: I have to change the Roboto-Bold.ttf to change to a different preferredFamily, Then I get a new font in the designer "Roboto Bold" and I have to select that font if I want to make things bold. Just pressing ctrl-b on a piece of text wi...
by johan.gorter
Thu Oct 17, 2019 7:06 am
Forum: Stimulsoft Reports.WEB
Topic: Add fonts from resource in .NET Core
Replies: 13
Views: 6571

Add fonts from resource in .NET Core

Hello, In my report I need Roboto regular, Roboto Bold and Roboto Light. These fonts may not be installed on all our servers, so I want to ship them using dll-resources. I downloaded 3 files from the internet: Roboto-regular.ttf, Roboto-Bold.ttf and Roboto-Light.ttf. How do I register them properly ...