bold Questions

1

I am trying to extract bold text elements from PDFs using PyMUPDF 1.18.14. I was hoping that this would work as I understand from the docs that flags=4 targets bold font. page = doc[1] text = page....
Lupita asked 14/7, 2021 at 17:42

2

Solved

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 ...
Tourmaline asked 22/11, 2021 at 6:22

3

I have a jTabbedPane with multiple tabs in it. I am trying to make the title text of the selected/active tab bold. Is there a simple way to do this?
Trigg asked 18/6, 2013 at 22:21

3

I have to develop an App like sticky note. User enter the text in Edittext, while selecting the text I will open the popup to select the option like (BOLD,ITALIC,UNDERLINE). when user select the op...
Snowdrift asked 3/5, 2016 at 10:53

6

Solved

I am surprised, that simply setting bold and italic for existing font is so complicated in Swift. I just want to simplify things by having following methods on font class. I want the below method...
Calvert asked 22/7, 2016 at 18:41

6

Solved

I have a panel which can be expanded or minimised through a vertically centred link with a < or > symbol as the link text. At font-weight: 900 this does not stand out much, even with a large gre...
Encaenia asked 16/10, 2010 at 13:39

5

Solved

I'm making a LaTeX document for someone. A certain piece of text looks "bold" for them, even though I'm not using the \textbf command. It's just a normal default LaTeX font. Is there any command to...
Capillary asked 25/3, 2010 at 15:43

2

I use something like this: screen.addstr(text, color_pair(1) | A_BOLD), but it doesn't seem to work.. However, A_REVERSE and all others attribute does work! In fact, I'm trying to print somethin...
Care asked 29/11, 2008 at 1:46

7

Solved

Hi I currently have a texbox that prints out info to the user when they press diffrent buttons. I was wondering if there was a way to make only some of my text bolded while the rest isnt. Ive trie...
Cralg asked 19/6, 2011 at 17:18

2

Solved

I have a table of items and each item has a label. I also have a search bar that is used to filter the items in the table based on whether mySearchBar.text is a substring of myLabel.text. That is...
Tapia asked 13/1, 2017 at 0:42

4

Solved

I'm trying to get bold specific text, inside an input text field. I'm not sure how to go about it since html code isn't interpreted inside a text field, so anything like <b> won't work. Is it...
Khano asked 31/5, 2012 at 18:35

6

Solved

I have a button in my application. the text in the button goes as "Type: Location" something like that. I'm wondering whether its possible to change the text on the button as "Type: Location" i.e...
Chessy asked 2/9, 2011 at 10:20

2

Solved

I want to make contenteditable div with bold and italic options to display content in another div on keyup with the same options. I managed to display text, but not options. Please help html: &lt...
Geriatrics asked 9/12, 2016 at 8:59

1

My question is if there is a way to put in a single ttk.label() a text that show the full text with only some words in the bold font like this. I am doing this right now applying styles to many ttk...
Redwood asked 25/10, 2016 at 10:33

2

Solved

I have a UILabel created programmatically. I would like to make the text of the label bold without specifying font size. So far I have only found: UIFont.boldSystemFont(ofSize: CGFloat) This is...
Barram asked 12/10, 2016 at 12:52

2

Solved

I have an issue with writing text to an image under Python and PIL - I'm able to write text to a png file, though not bold text. Could anyone provide an example of how to achieve this? I thought t...
Mastoid asked 6/4, 2013 at 23:19

4

If I am using a font and don't have the bold version, I could use the tag text-shadow, adding a contour to make the thin font bolder. But I have only the bold font, and I want to make it thinner....
Invar asked 26/11, 2012 at 3:35

3

Solved

I have a project with 2 targets. On both, there are some build settings I've changed to Yes, then back to No. The iOS default is NO, the project is on NO, each build setting is on NO... but the set...
Scarlatti asked 7/4, 2011 at 0:48

2

Solved

I'm trying to write a wysiwyg editor using a contentEditable div, and am having trouble in Firefox when dealing with bold (and italic). When all text in the div is selected, execCommand('bold') wo...
Recusant asked 5/8, 2011 at 22:14

3

Solved

I am using 3 italic textviews with different colors <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_cont...
Iota asked 16/2, 2010 at 6:55

3

Solved

I feel like a real noob posting this, but I can't seem to find anything for this... I have a control that I'm basically trying to toggle the fontstyle between bold and not bold. This should be si...
Herrington asked 19/3, 2012 at 20:58

1

Solved

I was wondering if there was a way to bold certain words on a line. For example if I wanted every third word on a line bold, how would I do it. I am currently using addText but that requires ...
Hejira asked 13/7, 2013 at 18:27

5

Solved

Background: I have been trying to display a sentence with Bold and Italic font as well as normal ones. Question: How can I display something like this "Hello, my name is Byte". Notice that Byte i...
Everyway asked 9/4, 2012 at 19:21

3

Solved

I have looked at the headers for UIFont but it has all class methods and only one instance method and some useless properties. I would like to know how to set the font to have a font name, and bold...
Grotesque asked 24/9, 2010 at 1:25

4

Solved

Is there anyway to make Android text in the xml file both bold and italics? SAMPLE
Tammietammuz asked 29/8, 2012 at 18:1

© 2022 - 2024 — McMap. All rights reserved.