search for: boldened

Displaying 2 results from an estimated 2 matches for "boldened".

Did you mean: bolded
2012 Apr 30
1
Fonts screwed after preview
I'm using a Delphi 7 application that shows a report written in FastReport 4. Before opening the report, fonts are showed ok, as this screenshot shows: [Image: http://i45.tinypic.com/332bj7t.png ] After the report is previewed, app fonts are changed to this (boldened): [Image: http://i46.tinypic.com/de9qia.png ] The bolder fonts aren't the only problem, if I try to re-open the report, it is completely screwed. This only happens on a specific report, the app uses many reports and I can see all ok but this one. Could it be that the report uses a font not...
2010 Aug 30
16
<b> tag in HTML 5 (was Re: Re: assert_select for <p><b>text</b>value</p>)
On 30 August 2010 15:47, Marnen Laibow-Koser <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: > Colin Law wrote: >> I have the following html >> <p><b>text</b>value</p> >> I can use >> assert_select "p>b", "text" >> to check the text portion, and >> assert_select "p", "value"