HTML tags supported [Help]
In English
Currently, the version of my fastreport, component "Text" supports only the HTML tags (b, i, u, strike, sub, sup, font color)
I want to know if there is any update or any component that I can use to display HTML formatted text using style such as:
<span style="font-size: 12pt; font-weight: bold;"> Title </ span>
Text body
<span style="font-style: italic;"> italic text </ span>
If the versions available really do not have support for these tags, I would like to know if a new version will come out to this FastReport supports HTML tags
In Portuguese
Atualmente, a vers??o do meu Fastreport, o componente "Text" suporta somente as tags HTML (b,i,u,strike,sub,sup,font color)
Quero saber se existe alguma atualiza?§??o ou algum componente que eu possa usar para exibir textos formatados em HTML que utilizem estilo como por exemplo:
<span style="font-size: 12pt; font-weight: bold;">Title</span>
Text body
<span style="font-style: italic;">italic text</span>
Caso as vers?µes dispon?ves realmente n??o tenho suporte para estas tags, gostaria de saber se uma nova vers??o do FastReport sair?? com este suporte para tags HTML
Please help me!
Gus Larsen
Currently, the version of my fastreport, component "Text" supports only the HTML tags (b, i, u, strike, sub, sup, font color)
I want to know if there is any update or any component that I can use to display HTML formatted text using style such as:
<span style="font-size: 12pt; font-weight: bold;"> Title </ span>
Text body
<span style="font-style: italic;"> italic text </ span>
If the versions available really do not have support for these tags, I would like to know if a new version will come out to this FastReport supports HTML tags
In Portuguese
Atualmente, a vers??o do meu Fastreport, o componente "Text" suporta somente as tags HTML (b,i,u,strike,sub,sup,font color)
Quero saber se existe alguma atualiza?§??o ou algum componente que eu possa usar para exibir textos formatados em HTML que utilizem estilo como por exemplo:
<span style="font-size: 12pt; font-weight: bold;">Title</span>
Text body
<span style="font-style: italic;">italic text</span>
Caso as vers?µes dispon?ves realmente n??o tenho suporte para estas tags, gostaria de saber se uma nova vers??o do FastReport sair?? com este suporte para tags HTML
Please help me!
Gus Larsen
Comments
Gus
Good Morning
I have the same problem as you. I can not change the font at runtime. Did you get it somehow?