Tagged Questions

-1
votes
2answers
139 views

PHP Bold some words in a string and remove some unbold words

Hi, I am creating an Image Search Engine. Currently, my script does bold the matching words on the keyword. But, some keywords are too long just like the followings. When I search for shah rukh …
0
votes
7answers
183 views

<strong> doesnt work, but <b> does

Hi Friends, I don't make anything particular. I use Safari, and when I use <strong>blabla</strong> it doesn't work, but <b>blbla</b> does. any idea about what can be the …
6
votes
10answers
581 views

Any active Bold for Delphi users ?

What are you using as a persistance framework when programming in Delphi? If the application is growing it soon became really complicated to handle the model in SQL ? Bold is a persistance framework …
1
vote
1answer
102 views

How do I bold portions of a bound TextBlock?

I have a TextBlock bound to a property. However, I'd like to bold certain words within the text. What is the easiest way to do this? FYI, I'm new to WPF.
0
votes
2answers
176 views

How can I make a part of text bold in an MS Word table cell?

Hi all, I have C# application which uses an MS Word document. I have tables and I need to meed make some of the text in a cell bold. Is there a way to do it? Thanks all in advance.
0
votes
0answers
257 views

WPF Wavy Underline Bold/Larger Fonts

In a previous discussion, bstoney provides a very nice example of how to wavy underline some text in WPF. It works great for normal fonts, but for bold and/or larger fonts, I find that the tiling …
0
votes
2answers
383 views

Make ABC Ordered List Items Have Bold Style

I have an html Ordered list with type set to "A" <ol type="A">...</ol> Thus, each list item will start with A, B, C, etc. I would like to style the A, B, C letters to be bold. I have …
0
votes
4answers
1k views

What is the Constant Value of the Underline font in Java ?

What is the Constant Value of the Underline font in Java ? Font.BOLD bold font Font.ITALIC italic font What is the UNDERLINE font Constant ? I try all the available constants but it didn't work . …
2
votes
3answers
1k views

wpf listbox change individual items to bold

I want some of the items to be bold depending on a property of an object i'm putting into the listbox. I think you can do it with changing templates but can't seem to find an example. Thanks!
3
votes
1answer
197 views

Attribute BOLD doesn’t seem to work in my curses

hi! I use something like this: screen.addstr(text, color_pair(1) | A_BOLD), but it doesn't seem to work.. However, A_REVERSE and all others attribute does work! In fact, I'm trying to print …
0
votes
1answer
244 views

Multiple menu items in bold face

I've been investigating the effort needed in getting menu items displayed in bold face - without having to draw the menu myself - and discovered MFS_DEFAULT menu item state after some googling. The …