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

Javascript bold php echos by linking echo to checkbox with onclick

I'm in need of some help. I'm trying to get these php echos to be set to a bold font upon checking the checkbox that comes after it, then going back to how they are if it is unchecked. They're all indiviual cells on this table, and I thought of…
0
votes
2 answers

RichTextBlock bold effect on specified text range

Can I make a bold effect on specified text in a RichTextBlock? Example RichTextBlock content: It allows you to make some unknown jobs quickly I should make a bold effect on the word "unknown" so it should look like: It allows you to make some…
0
votes
1 answer

How to make words auto bold in Wordpress post?

I have a wordpress site using woocommerce, I am addind product description like this: A4TECH - 5.0 MEGA PIXEL "E" SERIES CAMERA WITHOUT MIC Model: PK-335E Warranty: 1 Year Description: 5.0 MEGA PIXELS / DRIVER FREE/HI-SPEED USB 2.0 / 360 DEG.…
0
votes
2 answers

jQuery mouseenter on paragraph with bold text

I have a paragraph with a bold text inside

Some text some other text

and jQuery listeners for the mouseenter and the mouseout events of the class1 elements $('class1').mouseenter(function(){ …
Federinik
  • 523
  • 4
  • 20
0
votes
1 answer

Two questions with ImageString: Bold words and Newlines PHP

Well I'm trying to write a text in a image and I have this: header("Content-type: image/png"); $font = 4; $width = ImageFontWidth($font) * strlen($string); $height = ImageFontHeight($font); $im = @imagecreate($width,$height); $background_color =…
Seazoux
  • 621
  • 1
  • 5
  • 28
0
votes
2 answers

AutoComplete Highligh Issue

I want to highlight matched characters in jquery autocomplete. If i type GC,it give me below,which is OK Green Community Now i want G and C both to be bold/strong. $('#9').autocomplete({ source: "auto_loc_name.php", selectFirst: true, …
user2244804
0
votes
1 answer

html word processer buttons

I was wondering how to create word processor buttons in html such as:A Bold Button,An Italic button and text size increase button.(THEY DON'T HAVE TO BE PRETTY) any ideas would be GREATLY APPRECIATED! THANKS!
user2489793
  • 175
  • 1
  • 7
0
votes
2 answers

How to create bold print in TextArea?

I've research and seen many versions of this JEditorPane textarea = new JEditorPane("text/html", ""); listArea.setText("Bold"); Unfortunately that does not seem to work for me, I'm not sure if it can be a result of different versions of…
user2407152
  • 49
  • 2
  • 9
0
votes
1 answer

Bash function, return bold text

I'm trying to write a simple bash function that returns bold text. The code I have written so far is: function txt_bold() {
echo -e '\033[1m$1\033[0m$2'
tput sgr0
} When I write txt_bold "This is bold" "And this in plain text"…
Dan-Simon Myrland
  • 327
  • 1
  • 5
  • 10
0
votes
3 answers

Android - Can't read bold text from strings.xml

This is a string in strings.xml: Data: /string> And this the java code: myTextViews[pointer].setText(getResources().getText(R.string.data_dd) + data + "\n"); The problem is that the string data_dd is not bold in the…
Gimmy88
  • 295
  • 2
  • 5
  • 13
0
votes
4 answers

Does text-decoration:none override font-weight:900?

I'm using monospace fonted text for hyperlinks in my menu. In order to eliminate the underline, I used text-decoration:none. Will this prevent me from making the font bolder? http://www.fccorp.us/index.php -> the text in the blue boxes on the left.
J.D.
  • 89
  • 1
  • 1
  • 10
0
votes
1 answer

Android - Can't bold more than a word in edittext

I have an editText in which i want to bold the text that i select. I'm using the Contextual Action Bar with a button to bold a selected word. The problem is that if I bold a word I can't bold the other onesm and if i remove the span from that word,…
e_ori
  • 845
  • 1
  • 11
  • 29
0
votes
1 answer

PHP Counting Negative Numbers and Bold Only Even Numbers

On a form, I used PHP to display every number from 1 to the entered number. For example, if I enter 10 on the form, it displays 1 2 3 4 5 6 7 8 9 10. Now, I want it to be able to handle negative numbers by counting up to 0 (-10 -9 -8 -7 -6 -5 -4 -3…
0
votes
1 answer

Bold text in mfc application

How can I bold text in mfc application like in word office when i mark bold icon in toolbar that made my text bold that I before enter in dialog window? I made dialog window for new text and toolbar icon and now I have problem with making text bold.
0
votes
0 answers

CSS Google Fonts Bolder on Safari

I have done a lot of looking into this problem on my own and I know that this is a common problem with a lot of people, but many usually find a solution to their problem, however I cannot. I'm currently using this font:…
sl133
  • 1,339
  • 2
  • 15
  • 28