Questions tagged [italic]

italic type is a cursive font.

Italic can be used for example to put Emphasis on a word.

The HTML tag is <i></i>.

150 questions
0
votes
0 answers

Python argparse, how to make a single word in a help italics

mm_add_all_parser.add_argument('run_folder', help='The folder that houses the assets and events folders. The folder structure and file names must be specific. The run_folder \e[4mshould\e[0m be titled with the format') In the above argparse…
gunslingor
  • 1,358
  • 12
  • 34
0
votes
2 answers

Trouble Making Text italic when rendering an HTML document from Rmd via RStudio

I am trying to create an ioslides presentation from Rmd in RStudio but the italic and bold formatting does not appear to be working (the asterisk and double asterisk). If I render to HTML, they work. I can change text colors using CSS, but I cannot…
Bill M
  • 1
  • 3
0
votes
1 answer

How to use the Operator font with neovim?

I am trying to setup my neovim with the operator mono. I am running neovim in iterm2, so I have used the profile preferences to select the Operator font, and that is more or less working. However I would rather use my vimrc to specify the font for…
fraxture
  • 5,113
  • 4
  • 43
  • 83
0
votes
2 answers

applying italic for item in string-array in a string xml

I have a string array which contains couple of paragraphs .one word contains a italic font. How can i apply italic font for a particular word-textview . I know we can apply italic using spannable. but any other way?
Sree Reddy Menon
  • 1,301
  • 13
  • 23
0
votes
1 answer

Italic not working in XML?

Can anyone explain why all HTML tags are working/rendering in my XML but italic ? Also, you can't put classes in xml right, I tried that it it didn't seem to recognized any classes. Sorry getting familiar with XML
Xtian
  • 3,535
  • 11
  • 55
  • 91
0
votes
1 answer

my Italic font vim iTerm2 on mac not working

I am having trouble implementing italic style in my Vim under iTerm2 on OS X Yosimite. I did the step-by-step from https://alexpearce.me/2014/05/italics-in-iterm2-vim-tmux/ and my iTerm is able to render italic. But my Vim still not working. I've…
helman
  • 56
  • 7
0
votes
1 answer

Website showing all italic text using Google font (Source Sans Pro)

Today I came across a strange problem using the Google web font 'Source Sans Pro'. For some reason all the text on my site suddenly changed to italic. This happens in Safari, Chrome and Firefox. When I changed the font to another (e.g 'Open Sans')…
Ben
  • 119
  • 2
  • 4
  • 11
0
votes
1 answer

Why does java.awt.font.TextLayout.draw() result into incorrect spacing between Words/Characters when oblique(Italic/Bold Italic) fonts are used?

I am writing the same Attributed String using TextLayout.draw() on an Applet as well as on a Frame In TextLayout, incorrect spacing between Words/Characters are observed when oblique(Italic/Bold Italic) fonts are used on an Applet, while the same…
HarshaSK
  • 39
  • 1
  • 6
0
votes
1 answer

Markup font-style (italic) in tesseract OCR

Have tesseract-ocr v3.02.02 installed on Windows 7, and have used it via the command line: 1) Output png text to a text file: tesseract image.png txtfile 2) Output png text to a html file: tesseract image.png htmlfile hocr I need it to be able to…
user2417713
  • 167
  • 2
  • 15
0
votes
1 answer

Html: em tag character overflowing bug

Is there a workaround for the character overflow issue in html? This is only visible when there is a background-color and italic (em) tag is used for simple text. Look for the "i" character when background in the picture. "i" did not fit in the…
Tuğrul
  • 372
  • 3
  • 14
0
votes
1 answer

Issue with Markdown emphasis on characters within brackets (Gitlab.com)

I am not a coder, so consider myself a big rookie with Git tools and services like Gitlab.com, however I've noticed that when I read a .md file on Gitlab, it won't italicize chains of characters when they directly follow an opening bracket (, while…
Koubak
  • 18
  • 3
0
votes
1 answer

InDesign GREP: Italicized specific characters

I want to use a GREP style to italicize a portion of a company name. For example: "In*Design*." Design is only italicized when it follows the word "In" but "Design" never appears italicized when it stands by itself.
0
votes
1 answer

Solarized, Win-32 Console Vim Italicized Consolas Font

I am having issues with having Solarized italicize the font in the Win-32 Console correctly. Everything is fine if I turn off italicizing using let g:solarized_italic = 0; however when this option is on, any text that is affected (and should be…
ttttcrngyblflpp
  • 143
  • 1
  • 9
0
votes
1 answer

What is the easiest way to build a FrameworkElement that has bold and italic markup text?

Is there any more elegant way to do the following? Basically I need an easy way to programatically build a WrapPanel (or other FrameworkElement) that: wraps correctly allows some words to have bold text allows some words to have italic text allows…
Edward Tanguay
  • 189,012
  • 314
  • 712
  • 1,047
0
votes
1 answer

How can I convert text in between and to italics and make the tags disappear in richtextbox C#

I have this text apearing in a richtextbox: The path of those on whom Thou hast bestowed < i >Thy< /i > blessings, those who have not incurred < i >Thy< /i > displeasure, and those who have not gone astray. Whatever is between and should turn…
Zain
  • 53
  • 8
1 2 3
9
10