LimeReport Forum

General Category | Основное => Discussion | Обсуждение => Topic started by: Paul Traut on October 23, 2018, 11:31:57 AM

Title: Change font in the middel of a TextItem
Post 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."
Title: Re: Change font in the middel of a TextItem
Post by: Arin Alex on October 23, 2018, 01:00:28 PM
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"
Title: Re: Change font in the middel of a TextItem
Post by: Paul Traut on October 23, 2018, 05:00:01 PM
Thanks,

have forgotten the html functionality

Paul