Tagged Questions
The font-bold tag has no wiki summary.
6
votes
4answers
1k views
Web Safe Font Weights — How to get thinner?
When I design in Photoshop, my fonts are thin and crisp, but when I declare fonts in CSS -- even when using font-weight: lighter -- the fonts always appear bolder.
Maybe this is just how the browser ...
5
votes
2answers
2k views
How to make the text bold of TextBlock in Silverlight?
I am developing window phone 7 application in C#. I am new to the window phone 7 application. I am also new to the silverlight. I want to generate the bold text of Texblock dynamically. I want to ...
2
votes
2answers
40 views
CSS font-weight issue in body tag
i've been having a small issue with the font-weight property, when I put it into the body tag, it doesn't seem to work.(I have a < h1 > tag in my HTML which I don't want in bold). Of course if I ...
2
votes
1answer
80 views
TinyMCE: Overriding bold and italic defined in stylesheet
Consider the following example
editor css:
.heading{
font-size: 20pt;
font-weight: bold;
font-style: italic;
}
HTML:
<div class="heading"> This is main heading </div>
When I try to ...
2
votes
1answer
126 views
Making the first N letters in a string bold?
I am trying to make an autocomplete form that will bold the letters in the results as you type.
The function I have made doesn't work:
function setBold () {
var text = ...
2
votes
3answers
500 views
Partially Bold Text in an HTML select
I'm not sure if this is even possible, but I have a case where I'd like to bold part (not all) of the text within an option of an HTML select tag.
I tried using b tags, as well as strong tags, with ...
1
vote
1answer
86 views
How to make a font thinner on web
I'm trying to design a website and have a problem with font style and size. I looked at many websites to get some ideas for example if you look at this website: http://www.albionwestcoast.com/ and ...
1
vote
0answers
132 views
How to format all words which match “car” to bold? [closed]
I have a word document, and I have about a 100 occurrences of the word "car", that I need to format to bold.
The approach I have in mind is to search all the words using Find and do the formatting ...
1
vote
1answer
1k views
How to create a bold and italic label in MFC?
Please do not mark it as a dupe of this question just yet:
http://stackoverflow.com/questions/1881865/bold-labels-in-mfc
That question does not help me; for some reason I do not see the rich edit ...
0
votes
0answers
28 views
LaTeX Ouputs PDF with one page entirely bold [migrated]
I have searched all over and cannot seem to find anyone else even mentioning this problem. I created a conference paper fully formatted using the conference's template in LaTeX (MikTeX/TeXworks on ...
0
votes
0answers
23 views
Font Weight with Different Fonts
Is it possible to mate a particular font family to a specific font weight?
For instance, if I use Francois One from Google Web Fonts, it seems to look good at font-weight:500. Unfortunately, though, ...
0
votes
3answers
301 views
How to make text bold,italic and underline using jquery
I have three checkboxes and a textbox now If I write something in textbox and check the bold checkbox the text should appear with bold effect and similarly italic and underline without postback(i.e it ...
0
votes
2answers
172 views
Print using epson esc/p2 on TM U325D
i would like to print a text in bold style using epson esc commands, however, when i use ESC F, i lose the first letter.
serialPort.Write(new char[] { (char)27, (char)69 }, 0, 2);
...
0
votes
3answers
1k views
c# Make font italic and bold
How do you apply multiple font styles to text?
System.Drawing.Font MyFont = new System.Drawing.Font(
thisTempLabel.LabelFont,
((float)thisTempLabel.fontSize),
FontStyle.Bold + ...
0
votes
1answer
968 views
Set a Row to Bold in Listview in WPF
I have a Listview like the Address book in outlook. and it looks like
Name Phone
----------------------------
Everyone
User1 12345
User2 54321
User3 ...