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
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...
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?
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 ...
2
Solved
© 2022 - 2024 — McMap. All rights reserved.