bold Questions

1

Solved

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.Sele...
Laural asked 28/10, 2011 at 0:18

2

Solved

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 ...
Suzy asked 21/6, 2011 at 17:19

2

Solved

I am using the here doc to print usage messages for the user. Is there a way to print specific words BOLD similar to the man pages on unix. I am using this on Unix. Is there a way to use Term::ANSI...
Gerge asked 11/11, 2010 at 18:7

2

Solved

I hate bold text while coding. Is it possible to disable bold text (and underline) in every single file and emacs's interface?
Delamare asked 14/1, 2010 at 14:50

1

Solved

I am trying to identify whether a selected text (in Firefox) is bold or not? For e.g.: <p>Some <b>text is typed</b> here</p> <p>Some <span style="font-weight: bol...
Delly asked 4/8, 2010 at 10:30

1

Solved

I want to create labels in MFC (Static text) that have both bold and non-bold text. Something like this: "I would like my label to look like this, for example" Any thoughts of how to do this? I...
Inhabiter asked 10/12, 2009 at 15:43

4

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 ...
Illfounded asked 28/11, 2008 at 14:8

2

Solved

I want some of the items to be bold depending on a property of an object i'm putting into the listbox. I think you can do it with changing templates but can't seem to find an example. Thanks!
Beheld asked 4/12, 2008 at 23:9

© 2022 - 2024 — McMap. All rights reserved.