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
31
votes
6 answers

CSS font-weight thicker than 900?

I have a panel which can be expanded or minimised through a vertically centred link with a < or > symbol as the link text. At font-weight: 900 this does not stand out much, even with a large grey background around it. I do not want to use an image…
ClarkeyBoy
  • 4,934
  • 12
  • 49
  • 64
23
votes
2 answers

Swift: Programmatically make UILabel bold without changing its size?

I have a UILabel created programmatically. I would like to make the text of the label bold without specifying font size. So far I have only found: UIFont.boldSystemFont(ofSize: CGFloat) This is what I have exactly: let titleLabel = UILabel() let…
user1269290
  • 451
  • 1
  • 6
  • 18
22
votes
2 answers

Python, PIL; Text to Image and fonts

I have an issue with writing text to an image under Python and PIL - I'm able to write text to a png file, though not bold text. Could anyone provide an example of how to achieve this? I thought the easiest solution may be was use a bold-variant of…
Harry Lime
  • 2,167
  • 8
  • 31
  • 53
17
votes
7 answers

Making specific Text Boldefaced in a TextBox

Hi I currently have a texbox that prints out info to the user when they press diffrent buttons. I was wondering if there was a way to make only some of my text bolded while the rest isnt. Ive tried the following: textBox1.FontWeight =…
Johnston
  • 2,873
  • 8
  • 29
  • 39
17
votes
6 answers

Ios Swift making font toggle bold, italic, boldItalic, normal without change other attributes

I am surprised, that simply setting bold and italic for existing font is so complicated in Swift. I just want to simplify things by having following methods on font class. I want the below methods to be added to existing font which has font-family…
Sujay U N
  • 4,974
  • 11
  • 52
  • 88
17
votes
5 answers

How do you make just some text, inside an input text field, bold?

I'm trying to get bold specific text, inside an input text field. I'm not sure how to go about it since html code isn't interpreted inside a text field, so anything like won't work. Is it possible to bold just some text? Methods like bold() only…
clinchergt
  • 313
  • 1
  • 2
  • 8
16
votes
4 answers

Make text bold and italic

Is there anyway to make Android text in the xml file both bold and italics? SAMPLE
Jeremy
  • 3,620
  • 9
  • 43
  • 75
14
votes
1 answer

How to make some text bold in a rich text box in C#

I want to create a text editor where I can make text bold, change its color, etc. I found this code to approximately work: public static void BoldSelectedText(RichTextBox control) { control.SelectionFont = new Font(control.Font.FontFamily,…
chrs
  • 5,906
  • 10
  • 43
  • 74
14
votes
6 answers

Android: Bold Button Text

I have a button in my application. the text in the button goes as "Type: Location" something like that. I'm wondering whether its possible to change the text on the button as "Type: Location" i.e Bold the text partially on the button?? Thanks for…
Jay Mayu
  • 17,023
  • 32
  • 114
  • 148
14
votes
4 answers

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 .
Waseem
  • 11,741
  • 15
  • 41
  • 45
13
votes
5 answers

LaTeX - Making a lighter version of text, like anti-bold?

I'm making a LaTeX document for someone. A certain piece of text looks "bold" for them, even though I'm not using the \textbf command. It's just a normal default LaTeX font. Is there any command to make a 'lighter version', i.e. make the text…
Amandasaurus
  • 58,203
  • 71
  • 188
  • 248
13
votes
2 answers

How to disable bold (font weight) globally in emacs?

I hate bold text while coding. Is it possible to disable bold text (and underline) in every single file and emacs's interface?
alexchenco
  • 53,565
  • 76
  • 241
  • 413
10
votes
3 answers

Android Textview Italic and wrap_contents

I am using 3 italic textviews with different colors
d-man
  • 57,473
  • 85
  • 212
  • 296
9
votes
2 answers

Contenteditable div with bold option

I want to make contenteditable div with bold and italic options to display content in another div on keyup with the same options. I managed to display text, but not options. Please help html:
17anchi
  • 93
  • 1
  • 1
  • 4
7
votes
2 answers

How to have a bold header text?

I can't find out how to give my header text some (bold) like on this design. Here is my html/css project. There is something wrong with my footer too, I can't give it margin-top or margin-botton :/ I hope someone can give me some tips and tell me…
sij
  • 123
  • 1
  • 3
  • 10
1
2 3
18 19