LimeReport Forum
General Category | Основное => Discussion | Обсуждение => Topic started by: Paul Traut on October 23, 2018, 11:31:57 am
-
Hello,
is it some howe possible to chang the font style in the middle of a text.
I mean something like
"This is a text in a TextItem where this part is "Bold" but the rest is normal."
-
Hi!
You can use html to change font in the text
1. AllowHtml in the TextItem
2. Put something like this to TextItem content:
"This is a text in a TextItem where <b>this part is "Bold"</b> but the rest is normal"
-
Thanks,
have forgotten the html functionality
Paul