Creating reports and dashboards | Stimulsoft community forum
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
<HTML><BODY>
<p><font size="1" face="Arial"><b><u>Tuesday 2/11/2010 04:55:22 Kara Nitties</u></b></font></p>
<p><font size="3" face="Times New Roman">Dear Kara,</font></p>
<p><font size="3" face="Times New Roman">Property used for access to internal CrossTab variables. Internal use only.</font></p>
<p><font size="3" face="Times New Roman">Property used for access to internal CrossTab variables. Internal use only.</font></p>
<p><font size="3" face="Times New Roman">When: Tuesday, 20 October 2015</font></p>
<p><font size="3" face="Times New Roman">Pax: 1800- 2000</font></p>
<p><font size="3" face="Times New Roman">Property used for access to internal CrossTab variables. Internal use only.</font></p>
<p><font size="3" face="Times New Roman">Please contact me on 9332 5239 should you have any questions.</font></p>
<p><font size="3" face="Times New Roman">Thank you for your continued support.</font></p>
<p><font size="3" face="Times New Roman">Kind regards,</font></p>
<p><font size="3" face="Times New Roman">Yvonne</font></p>
<a name="table01"></a>
<div align="left">
<table width="700">
<tr valign="top"><td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td></tr>
</table>
</div>
</BODY></HTML>
When I load the same html code in browser everything is as predicted. But report shows all fonts shrunk to unreadable size
We don't have full support of the HTML. You could find supported tags in our documentation.
The size attribute of the font tag is in points. So you get tiny font size.
Aleksey Andreyanov wrote:Hello.
We don't have full support of the HTML. You could find supported tags in our documentation.
The size attribute of the font tag is in points. So you get tiny font size.
That is a point. From HTML point of view size 3 is pretty much like words's 8
from w3c specification: A number from 1 to 7 that defines the size of the text. Browser default is 3.
We have added the InterpretFontSizeInHtmlTagsAsInHtml option (StiOptions.engine.interpretFontSizeInHtmlTagsAsInHtml for Flex components). If you set it to true, the size of the font will be as in HTML specification.
Also we have fixed the   symbol problem in WYSIWYG mode.
All fixes will be available in our next prerelease build.