Questions tagged [bold]

Bold for Delphi is an advanced Object Relational Mapper (ORM) and application framework. Do not use for the font style named "bold".

This tag is under discussion here: A [bold] initiative.

278 questions
0
votes
2 answers

Match escape sequence for "bold" in console output with grep

Hi I have lots of logfiles with ^[[1m (as vim displays it) in them. I want to watch a logfile life via tail -n 1000 -f logfile.log | grep and only get lines that have bold in them. I am not sure which grep options…
Anon
  • 1
  • 2
0
votes
2 answers

bold and normal font rendering

It is observed in some fonts sat Verdana, that the rendering for bold and normal text does not occupy the same width for a given text. In my application i am making use of one such font ,and there is UI with list and highlighted item. for…
Ravisha
  • 3,261
  • 9
  • 39
  • 66
0
votes
1 answer

Replace bold text from textview?

Is there any way to carry over the bold text from my array into my third textview? I've already carried it over from the XML to my first and second textviews by performing a button click for each. I'm trying to have my third textview replace the…
0
votes
1 answer

What is the easiest way to build a FrameworkElement that has bold and italic markup text?

Is there any more elegant way to do the following? Basically I need an easy way to programatically build a WrapPanel (or other FrameworkElement) that: wraps correctly allows some words to have bold text allows some words to have italic text allows…
Edward Tanguay
  • 189,012
  • 314
  • 712
  • 1,047
0
votes
2 answers

Invalid token 'else' in class, struct, or interface member declaration

i try to highlight record ...like when any one wants to upload documet then in repeater i try to highlight this new record and when user click on this document then this becomes as normal position means not highlight
user3265377
  • 47
  • 1
  • 2
  • 10
0
votes
1 answer

Only making part of text bold in Powerbuilder expression

Is it possible to make only a specific part of a string bold in a computed field or text object.
Drencrom
  • 31
  • 7
0
votes
1 answer

php str_replace letter to html

I have a search input and when the script shows the result want I to bold and underline the keyword. So I have this script: $showkey = str_replace(ucfirst($_POST['station']), ''.htmlentities(ucfirst($_POST["station"]), ENT_QUOTES).'',…
0
votes
1 answer

Ignore case smarty replace bold?

I have a form where the user enters a keyword or a group of keywords. Let's say he types in, "beautiful flowers". The database returns some results: 1.Flowers are beautiful. 2.The red rose and daisy are beautiful flowers. PHP: $keyword =…
user2063873
  • 111
  • 10
0
votes
2 answers

Cakephp Adding style to h($product['Product']['name']);

I want to add style to this code: I try to put this way: 'font-weight:bold;')); ?> But it give me this error message: Warning (2):…
batrisya
  • 7
  • 1
  • 7
0
votes
4 answers

Html tags inside of double quote

I need to bold the words inside of double quotes. title="Character needs to be bold" When i put inside of title's double quote. it just displays them as it is. So, Is there any way i can bold the characters inside the double quotes?
Daman
  • 473
  • 2
  • 7
  • 17
0
votes
0 answers

Editing font-weight of styled html text in JTextPane

I am creating a simple text editor in a JtextPane that outputs the text as HTML. The styling options include bold, color and alignment. When I open the editor enter text, everything works fine. But when I save the text in html to a file then read…
smith8ar
  • 91
  • 1
  • 9
0
votes
1 answer

How to use Bold font in iOS for mixed languages?

I know we can use boldSystemFontOfSize, but I want to use another font such as Arial, yes, we can use [UIFont fontWithName:"Arial-Bold"...] to get English chars to Bold, the problem is, other chars such as east Asian chars are not Bold, because…
macv
  • 1
0
votes
4 answers

How do I make a string variable (in c#) bold when converting to html?

I have this code in C#/ASP.net foreach (String projectType in ProjectsByProjectType.Keys) { HtmlTableRow trh = new HtmlTableRow(); HtmlTableCell tdProjectType = new HtmlTableCell(); tdProjectType.InnerHtml = projectType; …
Mufasatheking
  • 387
  • 2
  • 6
  • 16
0
votes
3 answers

Form contact mail php in bold

I use this really simple and great mail contact form: http://www.saaraan.com/2011/12/making-simple-jquery-ajax-contact-form It work fine ! But I would like that the message content, writed by the visitor, be bold in my email box. This is possible…
Bonjour
  • 127
  • 1
  • 10
0
votes
2 answers

CSS Bold Text subscripted with image in same line

Just look at this screenshot and I think you'll get my problem: This does only happen if there's a image (like this smiley) in the same line. Happens to bold, italic and underlines text. There is no special formatting on the image. Does anyone…
Tobias Baumeister
  • 2,107
  • 3
  • 21
  • 36