Unplanned
Last Updated: 21 Feb 2022 11:43 by Maximillian
Maximillian
Created on: 21 Feb 2022 11:43
Type: Bug Report
1
The Bold style is not applied in the second appearance of the same paragraph in the same or another HtmlTextBox when using font that doesn't have the bold font face installed

If you add the following HTML text that contains two identical paragraphs in an HtmlTextBox, the first paragraph will contain the bold/strong text and the second will not. The specified font family doesn't have a font face for the bold text installed:

<p><span style="font-size: 9pt; font-family: arialmt"><strong>BILLING</strong>&nbsp; The total cost of the hearing aid(s), </span></p>
<p><span style="font-size: 9pt; font-family: arialmt"><strong>BILLING</strong>&nbsp; The total cost of the hearing aid(s), </span></p>

If you use two HtmlTextBoxes to display the two paragraphs, the second HtmlTextBox won't contain the bold text.

When you use a font family, which bold font face is installed, the HTML is rendered consistently.

 

 

0 comments