Questions tagged [font-style]

62 questions
1
vote
0 answers

Mathematical frak with subscript 'x' in ggplot2 label

I want to have with subscript 'x' (normal R font). It doesn't need to be using the font_add_google function, any solution is appreciated. Thanks! The unicode is U1D505 if this might be helpful. font_add_google(name =…
JR96
  • 11
  • 2
1
vote
1 answer

Adding correlation and p-value to a plotly chart

I use ggplot2 to create a point plot and then I add the correlation coefficient to that chart. Next, I use plotly to see info about each data point. However, there is a mistake in font style in the plot as shown here. I need R = 0.87 and P =…
Arda Askin
  • 51
  • 5
1
vote
0 answers

CKEditor how to stop partial (font) styles from displaying in markup?

I believe we are currently using version 4.17 (not sure why not on 5?...anyways) Anyways.. when copying and pasting from a word document, we normally get a huge mess of SPAN tags repeated over and over. (In version 4.1 I dont recall seeing this..…
whispers
  • 962
  • 1
  • 22
  • 48
1
vote
1 answer

css @font-family in what cases should I specify format?

I'm new in IT and I'm learning CSS now. And sorry for probably a stupid question, which might have been asked already many times - but I've been trying to find the answer for about two or three hours myself, but it didn't work out. So I decided to…
1
vote
0 answers

Bold text detection

I am currently working on a project where I need to detect bold text on a multi font-size image (so no mathematic morphology possible). This detection will be used in parallel of an OCR system (with tesseract) to detect which information (in bold)…
Ketchup
  • 150
  • 11
1
vote
2 answers

How to make string element in list bold before a ":" and regular thicc after ":" in Python?

first post here. Basically I've got a .txt full of vocab words. I managed to split the vocab words from the .txt into a list in a python file. I want to make the string in every list element before the first ":" to be bold and everything afterwards…
1Noctis
  • 11
  • 1
1
vote
2 answers

Modifying javascript to change web page font color to black

I have retinal damage in my left eye that makes reading text in serif fonts difficult. Someone once posted this javascript snippet that I save in my Chrome bookmark's bar, that changes a web page's fonts to Tahoma when I click it. It's wonderful.…
Bugsi
  • 11
  • 1
1
vote
2 answers

font styles are not Changing neither numbers in android

I'm getting stuck in this for two days i hope i find a solution.. I'm trying to localize my app (Arabic, and English) the localization mechanism is working fine, the words, layout directions are working well, However there are two things are not…
Basil Battikhi
  • 2,638
  • 1
  • 18
  • 34
1
vote
0 answers

Is there an efficient way to make part of a text a different style on Canvas?

Some aspects of HTML5 and especially Canvas seem to have remain in the pre-word-processor software era, in the 60's when only typewriters existed. (This issue) For one, you can't make a word or a sentence bold, or underline it inside a text on the…
user5515
  • 301
  • 2
  • 18
1
vote
1 answer

iTextSharp apply font style to existing font

In the beginning of a document I created a new font: BaseFont baseFont = BaseFont.CreateFont(@"C:\Windows\Fonts\Calibri.ttf", "Identity-H", BaseFont.EMBEDDED); var font1 = new Font(baseFont, 12, Font.NORMAL); Somewhere in the middle of the same…
TheMixy
  • 1,049
  • 15
  • 36
1
vote
2 answers

How to change the font-family on a C# MVC project?

I have a C# MVC project that I changed the font-family. On localhost, it works, but when it's on the server, it's not working. Localhost: And on the server: On my _Layout.cshtml (a shared layout) I have the following reference of the font…
Hatsumi
  • 1,948
  • 3
  • 13
  • 28
1
vote
0 answers

Use different math font for different subplots in the same figure?

I am trying to use different math font sets for two axes in the same figure, with no success. I have searched this issue using google and I have read the matplotlib's official guide on how to use the math font. But I can not find ways to achieve…
jdhao
  • 24,001
  • 18
  • 134
  • 273
0
votes
0 answers

CSL - How can I italicise the publisher in just two kinds of reference?

We have been editing an existing referencing style to customise it so our needs, and I need to make it so that article journals reports have the publisher in italics, but that no other kinds of reference do. Is there a way to do it? We're using…
0
votes
0 answers

Custom font weight is not working on flutter

I'm making a mobile application with flutter. I tried to apply custom font named 'Pretendard'(includes korean fonts), but there was no way to apply correctly. The fonts are successfully loaded, but Font weight is not applied all time You can…