Hi,
I'm using Trial version 5.3.12.119 of Telerik Reporting. I have problem with italic text and html preview. Text is rendered into two lines and the second line is clipped. The same textbox works fine in normal preview and exported pdf. Here is an example of code that show problem described above:
Is there fix or work around for this?
I'm using Trial version 5.3.12.119 of Telerik Reporting. I have problem with italic text and html preview. Text is rendered into two lines and the second line is clipped. The same textbox works fine in normal preview and exported pdf. Here is an example of code that show problem described above:
this
.textBox1.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0.800000011920929D));
this
.textBox1.Name =
"textBox1"
;
this
.textBox1.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(18.299900054931641D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
this
.textBox1.Style.Font.Italic =
true
;
this
.textBox1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
this
.textBox1.Value =
"Palasin juuri uudesta koulustani, sain tänään tietää, että minun ei tarvitse osallistua ollenkaan ruotsin kielen tunneille, sillä kielitaitoni on niin"
;
Is there fix or work around for this?