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
3
votes
2 answers

Google Web Fonts and other fonts are looking bold and jaggy in Firefox

I am using "Yanone Kaffeesatz", "Futura", and a couple other fonts on my site. They look great in Chrome Canary, but pretty bad in Firefox...jaggy and oddly bold. So "bold", in fact, that it's making some of the smaller text hard to read. They also…
Emily
  • 99
  • 8
3
votes
1 answer

not able to write bold characters using textbf

I'm working in LaTeX and R and I am using UTF-8 encoding, but when I use \textbf{dataset}, the resulting text is not bold. Can someone tell me why this happens? Below is part of my code. I am not sure what the reason behind it…
Manish
  • 3,341
  • 15
  • 52
  • 87
2
votes
2 answers

Firefox font-weight versus font-family property; how to avoid double-bolding

If given the following code from the CSS: font-family:SpecialBold; font-weight:bold; Firefox double bolds (it bolds already bold type). This does not seem to be an issue in Safari, Opera or Chrome. I can't just remove font-weight:bold; because if…
2
votes
1 answer

Make selected row bold in NSTableView

I try to make bold row selection style in NSTableView without any highlighting I switched highlighting off: [myTable setSelectionHighlightStyle:NSTableViewSelectionHighlightStyleNone]; However I have some troubles making text bold in selected row.…
Ilya Blokh
  • 11,923
  • 11
  • 52
  • 84
2
votes
1 answer

faceletes property bundles how to bold text

I make heavy use properties from bundles in my application as I strive to keep code maintainable in future. Because of this all HTML text is fetched from a key/value properties file eg. 'index_en.properties' This has become problematic where I need…
thejartender
  • 9,339
  • 6
  • 34
  • 51
2
votes
1 answer

Highlight and Bold text in JTextPane

I am trying to add some code to myHighlighter class so that i can highlight and turn BOLD the part of the text i want.My first try was not successful.. Highlighter.HighlightPainter myHighlightPainter = new…
drew
  • 221
  • 1
  • 5
  • 10
2
votes
1 answer

Formatting specifc lines of text in WPF RichTextBox

In a WPF .NET 4.0 RichTextBox with the following text: Apple Cheese Orange Pear Chicken How would I programmatically with C#, (not with XAML markup), bold all lines that start with the character "C"? More generally, how do you get a reference to a…
Adam Kane
  • 3,996
  • 7
  • 44
  • 53
2
votes
1 answer

Make a Single Word Within a String Bold

Given the following code (from this answer: How to display text in pygame?): pygame.font.init() # you have to call this at the start, # if you want to use this module. my_font = pygame.font.SysFont('Comic Sans MS',…
2
votes
2 answers

How to bold text in c program

How do I Bold my PrintF? .. ( I am new in C) #include int main() { int i; for (i=1; i<=5; i++) { printf("Md.Mehedi hasan"); } return 0; }
2
votes
1 answer

Bold text using RegExp Regular Expressions

I am trying to use regEx to find dates and bold them within text in multiple cells in a range but it appears that I am not using the correct expression for bolding text using regEx. The code below is working other than the bolding function. I need…
Sam Oram
  • 33
  • 4
2
votes
2 answers

Set some text bold in textview, but not everything

Is there any possibility to set some text bold. For example:
Max
  • 183
  • 1
  • 5
  • 18
2
votes
3 answers

Using Bold font for setting a Datagrid forecolor

How do I make the font of a forecolor bold when I use this below code dg.ForeColor = System.Drawing.Color.Black; How do I make it bold? Thanks, pooja
Manasa
  • 183
  • 1
  • 2
  • 9
2
votes
3 answers

A part of Text should be bold in jList

can i set a part of the text in a jList bold? in some component i can set the text with html-marks to bold but not here.. is there any other way to do this?..
Christian 'fuzi' Orgler
  • 1,682
  • 8
  • 27
  • 51
2
votes
3 answers

Underline / Bold in UITextView

Is it possible to underline or embolden certain bits of text in a UITextView? For example my Text View has headings in it, and would like those underlined... Random Mode In random mode, you can generate numbers... Sweepstake Mode In sweepstake…
joec
  • 3,533
  • 10
  • 60
  • 89
2
votes
3 answers

iPhone UIFont boldFont With name

I have looked at the headers for UIFont but it has all class methods and only one instance method and some useless properties. I would like to know how to set the font to have a font name, and bold font weight kinda like [[UIFont alloc]…
rolling_codes
  • 15,174
  • 22
  • 76
  • 112