Page 1 of 1

Using web fonts

Posted: Thu Mar 30, 2017 2:42 pm
by olegtr
Hi.

We're using Stimulsoft Reports.Net for generation of HTMLs.
One of our customers need to use web font for text presentation.
How can we use web fonts?

Thank you,
Oleg

Re: Using web fonts

Posted: Thu Mar 30, 2017 10:55 pm
by Alex K.
Hello,

Unfortunately, this feature is not available in the .NET. The .NET framework supports only limited types of fonts (TrueType, OpenType).
As a way, you can try to process these html after exporting in your code, replacing the font names in styles.

Thank you.