Questions tagged [font-style]

62 questions
13
votes
4 answers

Configuring the font-style of VS Code's inlay-hints

How can I change the font's style for VS Code's "Inlay Hints" feature? I attempted to search for an answer, but could only find how to change the color, not the style. Here's an example: I would like the word target in the image below to render…
Rago
  • 356
  • 4
  • 9
8
votes
3 answers

How to make app that can change Android user interface font?

I want to know if anyone has any idea about how to create an app that can change the interface font style in Samsung phones. I have my favorite font style with me in TrueType format. There are a lot of font style on Galaxy Apps store but they are…
Dream Developer
  • 400
  • 5
  • 20
7
votes
3 answers

TableView Header/Footer Font in Grouped Table (Swift)

I changed a tableView from Plain to Grouped so that the header/footer does not float over the table and stays anchored to the top and bottom of the table. That was straightforward, but now the font style formatting that I setup is not working. …
Ben
  • 3,346
  • 6
  • 32
  • 51
7
votes
3 answers

Fonts available in kivy

Which fonts are available (included) in kivy? Using font_name: 'Arial' seems to be working but 'Denmark' raises an exception saying the font file is not found.
user
  • 5,370
  • 8
  • 47
  • 75
7
votes
4 answers

WkhtmlToPdf multiple font faces / styles

I've read many, many topics about the hassle with multiple font-styles/faces when using wkhtmltopdf. We are currently experiencing problems when using Nunito (provided by Google webfonts) in regular style and bold style on the same page. We have…
user2191227
  • 392
  • 3
  • 15
5
votes
0 answers

ios custom font with splash screen

I want to set custom font style "peach-sundress.ttf" in label of Splash screen, i added custom font in my project & its work fine at design time but the same is not effective at run time. please look at below snap. Storyboard layout &…
3
votes
0 answers
3
votes
2 answers

c#, Microsoft Interop Excel , change font style for s selected range

I need to change the font style (font type ) of some cells in Excel sheet. Excel sheet is generated by Microsoft.Office.Interop.Excel I want to change B3 to B100 range to be in Arial font type. here is my…
Achira Shamal
  • 527
  • 1
  • 5
  • 18
3
votes
1 answer

How to use different styles of local fonts in plots with Gadfly in Julia-lang on Mac?

I want to create plots with Gadfly in Julia programming language using a specific font style (e.g., Avenir Next Bold) of a local font (Avenir Next) on my Mac. It works for the standard font style in the case of an standard histogram example: using…
mo_blu
  • 135
  • 1
  • 7
2
votes
1 answer

Change the entire font name of all dialogs (part 2)

Based on this post, Change the entire font style of all dialogs How to change the font text of the entire installer in Graphical Installer? When you create the installer using this tool, it creates two Inno Setup files. One file the main installer…
Codename K
  • 890
  • 4
  • 23
  • 52
2
votes
2 answers

Set some text bold in textview, but not everything

Is there any possibility to set some text bold. For example:
Max
  • 183
  • 1
  • 5
  • 18
2
votes
1 answer

Setting menu items css font style has no visible effect

I would like to change the MenuItem's text to bold when the user clicks on it. To manage to do this I'm using setStyle, but unfortunately it has no visible effect. The css makes no effect when the user selects the MenuItem option. The css styling…
Ricky
  • 553
  • 6
  • 21
2
votes
2 answers

Properly change Font Style simultaneously

How do I properly change the Font Style of the text without using a lot of if / else if conditions when checking multiple checkboxes? PS. I know what to use when having multiple styles in one text but I d not want a long if/else conditions to…
TerribleDog
  • 1,237
  • 1
  • 8
  • 31
2
votes
0 answers

Change some TextView with arabic string into Another Font Arabic Style

I have some textview, which i show using RecyclerView, and i store the string which the text is Arabic. But I wanna change the type of font, into another Style of arabic. If you know the kind of app, Quran App. Thats it. The default font style i…
2
votes
2 answers

How to only make one legend name italic in base R plot?

I want to add a legend to a plot in which only one of the legend names is italicized. I'm using plot() in base R. However, I need that italicized line to contain variable numbers, so I use bquote. What I've tried does not work: a <- 2 ; b <- 5 …
theforestecologist
  • 4,667
  • 5
  • 54
  • 91
1
2 3 4 5