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
7
votes
1 answer

PHPWord bold certain words on a line

I was wondering if there was a way to bold certain words on a line. For example if I wanted every third word on a line bold, how would I do it. I am currently using addText but that requires the whole line to be bold or not bold. Any responses would…
user2579723
  • 213
  • 2
  • 3
  • 5
7
votes
4 answers

How to make the bold font getting thin, using CSS or Javascript or jQuery?

If I am using a font and don't have the bold version, I could use the tag text-shadow, adding a contour to make the thin font bolder. But I have only the bold font, and I want to make it thinner. I don't know what CSS or Javascript or jQuery script…
user1637530
6
votes
1 answer

Identify whether the selected text in a web page is bold nor not

I am trying to identify whether a selected text (in Firefox) is bold or not? For e.g.:

Some text is typed here

Some more text is typed here

The user can either select a part of bold text,…
Srikanth Vittal
  • 476
  • 7
  • 22
6
votes
2 answers

Attribute BOLD doesn't seem to work in my curses

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 something in white, but the COLOR_WHITE prints it gray.. and…
Cathou
  • 61
  • 1
  • 2
6
votes
3 answers

jTabbedPane set active tab text properties

I have a jTabbedPane with multiple tabs in it. I am trying to make the title text of the selected/active tab bold. Is there a simple way to do this?
user2444472
  • 149
  • 1
  • 1
  • 4
6
votes
5 answers

iOS: Bold and Italic on the same word

Background: I have been trying to display a sentence with Bold and Italic font as well as normal ones. Question: How can I display something like this "Hello, my name is Byte". Notice that Byte is both bold and italic, while other words remains…
Byte
  • 2,920
  • 3
  • 33
  • 55
5
votes
3 answers

Remove FontStyle Bold from a Control's Font

I feel like a real noob posting this, but I can't seem to find anything for this... I have a control that I'm basically trying to toggle the fontstyle between bold and not bold. This should be simple... However, you can't acccess the…
ImGreg
  • 2,946
  • 16
  • 43
  • 65
5
votes
2 answers

Problem in firefox vs chrome with bold text and double borders

I'm working on a site and I have some problems that I hope you guys can help me with :) If I put bold on my text in the menu it looks too bold in Firefox :S, but it looks fine in Chrome. In Firefox the double border on the #content container is…
Sim
  • 65
  • 1
  • 4
5
votes
2 answers

Need to make selected text as bold/italic/underline using javascript, and also save & retrieve the same using c#

I need to make selected text of textbox bold/italic/underline using javascript. For that i am using the following code. Bold Italic
DotnetDude
  • 101
  • 1
  • 1
  • 5
5
votes
3 answers

XCode 4 - Build settings : default values are still bold

I have a project with 2 targets. On both, there are some build settings I've changed to Yes, then back to No. The iOS default is NO, the project is on NO, each build setting is on NO... but the setting is still bold (value changed). As for settigns…
Oliver
  • 23,072
  • 33
  • 138
  • 230
5
votes
2 answers

Make part of a string bold that matches a search string

I have a table of items and each item has a label. I also have a search bar that is used to filter the items in the table based on whether mySearchBar.text is a substring of myLabel.text. That is all working fine, but I'd like to bold the portions…
Derek Soike
  • 11,238
  • 3
  • 79
  • 74
5
votes
2 answers

How to print BOLD text in here doc in Perl?

I am using the here doc to print usage messages for the user. Is there a way to print specific words BOLD similar to the man pages on unix. I am using this on Unix. Is there a way to use Term::ANSIColor(or some other way?) with the here doc?
Wilderness
  • 1,309
  • 2
  • 15
  • 27
5
votes
1 answer

Python tkinter single label with bold and normal text

My question is if there is a way to put in a single ttk.label() a text that show the full text with only some words in the bold font like this. I am doing this right now applying styles to many ttk.labels(), but this method imply that I must…
5
votes
2 answers

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!
baileybbk
5
votes
2 answers

How do I read word document with bold and italic formatting by using POI

I am using Apache POI. I am able to read text from a doc file by using "org.apache.poi.hwpf.extractor.WordExtractor" Even fetched the tables by using "org.apache.poi.hwpf.usermodel.Table" But please suggest me, how can I fetch bold/italic…
Sudeep nayak
  • 418
  • 1
  • 5
  • 12
1
2
3
18 19