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

php mysql search script, how to make matched results bold

I have a script below which reads on displayed information from my mysql database on my webpage, how can I make matched results bold please? for example, if I searched "john" how to make the displayed results "john bloggs". thanks here is the script…
John Lord
  • 45
  • 2
  • 8
3
votes
2 answers

How to disable Bold Text set by iOS Accessibility setting in Flutter?

I know I should not disable any of the text and bold settings set on the device but I have a reason for it. I have disabled the text size by setting the textScaleFactor to 1 on a global level. But this does nothing to avoid the user from setting the…
Jaco Fourie
  • 112
  • 3
  • 11
3
votes
1 answer

How to make labels and title bold in gnuplot?

I want to make the labels and title of the plot bold. I know how to change size, i.e. set title font ',30' I looked at a question here which state to do this: set ytics format "{/:Bold {/=14 %h}}" But it works only for tics. How to do it for…
Sahil
  • 256
  • 1
  • 7
3
votes
2 answers

How do I turn off all font hinting in gvim in Windows 7?

I have a font display problem while using gvim in Windows 7 with the Terminus font. Here's a sample: 1x 3x I'm pretty sure it's trying to display casesensitive in bold, but Terminus.ttf is meant to be displayed with no anti-aliasing or…
mwcz
  • 8,949
  • 10
  • 42
  • 63
3
votes
3 answers

How to move bold text to another richtextbox?

Okay, I will just leave my code here. As you can see from that code, there is a button to make text bold, but not the whole text, just next things user is going to write. For instance, when user types abc, clicks the button, types def: he gets: abc…
Foresp
  • 425
  • 1
  • 7
  • 15
3
votes
2 answers

Text editor in Java with sample functions for desktop application

I have a project, I'm creating an application in Java and I need text editor with sample functions (Bold, Italic, Size, Align, Undo, Redo). So is there a class in Java for this purpose or a tutorial to show how to develop it? I tried to style text…
Ali Ben Messaoud
  • 11,690
  • 8
  • 54
  • 87
3
votes
6 answers

Customizing bold stuff with CSS

I don't think my bold text in a webpage are bold enough, so I was wondering if there were any ways I could tweak bold text with CSS.
wrongusername
  • 18,564
  • 40
  • 130
  • 214
3
votes
4 answers

How to print bold string in C++?

I got an old application which was written in a C++. I have 0 experience with it but I am suppose to make some changes in app. One of them is to change some text. Problem is that part of updated text needs to be bold, but i have no idea how to do…
ilija veselica
  • 9,414
  • 39
  • 93
  • 147
3
votes
2 answers

Creating a CSS file to change emphasized text in an html file

Sorry if this is an extremely basic/noob question, but I just dipped into html/css and seem to have run into a little problem. Below is the code I have tried for my css file h3{ font-family: Times, Times New Roman, serif; font-size:…
daniel
  • 31
  • 2
3
votes
2 answers

How to make a TextView bold?

I want to be able to make a TextView bold. This is how I am setting it's appearance (I need to do this in code): nameText.setTextAppearance(getApplicationContext(), R.style.BlueText); priceText.setTextAppearance(getApplicationContext(),…
Sheehan Alam
  • 60,111
  • 124
  • 355
  • 556
3
votes
3 answers

Why does bold monoface shift vertically on Windows?

In Firefox 3.6, IE7 and Opera 10 on Windows, this HTML has an odd behavior: Text
Aaron Digulla
  • 321,842
  • 108
  • 597
  • 820
3
votes
1 answer

How to make EditText bold italic underline android

I am working with an EditText to support the properties of bold, italic, and underline. I was successful after selecting the text and clicking on a button to bold my text. Now I want to remove the bold again after selecting the text and clicking on…
user
  • 1,979
  • 4
  • 18
  • 18
3
votes
1 answer

How to animate font-weight with CSS3?

I want to use only HTML5 and CSS3 only as much as possible on my website. I'm trying to animate the text on my contact button. More specifically, I want it to change color and be font-weight: bolder 4 seconds every 20 seconds. Right now it does…
Jeroen
  • 69
  • 1
  • 2
  • 9
3
votes
4 answers

a:active only briefly works (during mouse click)

For some reason, I made it so my text (a) that is active is bolded, but it is only active when it is clicked with my mouse, when it is released from the click, it turns off and the text goes back to it's normal state. Why is this? If you got to MSN,…
James Mitchell
  • 2,387
  • 4
  • 29
  • 59
3
votes
3 answers

String array text formatting

I have this String: String[] text = {"Address 1: Street nr.45 ", "Address 2: Street nr.67", "Address 3: Street nr. 56 \n Phone number: 000000000"}; Which gets used later by: …
Catalin H
  • 215
  • 4
  • 14