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
3
votes
2 answers

Text editor in Java with sample functions for desktop application

I have a project, I'm creating an application in Java and I need text editor with sample functions (Bold, Italic, Size, Align, Undo, Redo). So is there a class in Java for this purpose or a tutorial to show how to develop it? I tried to style text…
Ali Ben Messaoud
  • 11,690
  • 8
  • 54
  • 87
3
votes
2 answers

How to test word style "ITALIC" in Espresso Testing

I am having problems to test display word in ITALIC style. Can someone provide me any example code to display word style? I am using Espresso and JUnit 4 in android studio. I really appreciated your cooperation. Thank you
intan
  • 31
  • 3
3
votes
1 answer

italicize suffix of a plot label in R

I have a heatmap where one label is a sting of two words separated with ", ". I would like to italicize the suffix of my label while retaining unchanged font for the prefix. I realize there are some questions addressing similar issues and I…
Sigurgeir
  • 365
  • 2
  • 12
3
votes
1 answer

Randomly pick words in a page and turn them into italics on JS button click

I'd like to create a javascript button that, when clicked on, italicizes randomly a bunch of words -- say 200 -- in a text. It means that only certain words should be in italics, but each time different ones (regardless of their function or nature…
Arntjine
  • 85
  • 9
3
votes
1 answer

R plot title with uppercase and italic

I'm trying to make a title with italic and uppercase text. Right now I have this code line: main=substitute(paste(italic("S. aureus"), " (10^6) growth inhibition" )) Any idea how to make the 6 uppercase?
user3676232
  • 101
  • 2
  • 9
3
votes
1 answer

how to make part of an output in italic - JavaScript

There quite a few questions on the web and on this website about making italic fonts, but non mentions how to italic only part of a string. In my case, there is a form I enter the book title, the author's name and the number sold. After clicking a…
user5030211
3
votes
1 answer

How to make EditText bold italic underline android

I am working with an EditText to support the properties of bold, italic, and underline. I was successful after selecting the text and clicking on a button to bold my text. Now I want to remove the bold again after selecting the text and clicking on…
user
  • 1,979
  • 4
  • 18
  • 18
2
votes
3 answers

Enable "run command prompt" shortcut in Ubuntu

In Ubuntu System Settings >> Keyboard >> Shortcuts I can't enable the "run command prompt" shortcut neither the "show the activities overview" shortcut. They are both in italics, unlike all other shortcuts. The "run command prompt" shortcut is kinda…
Shuzheng
  • 11,288
  • 20
  • 88
  • 186
2
votes
2 answers

Regex for matching predefined rules for italic text formatting

I'm trying to write a regex for matching user input that will be turned into italic format using markdown. In the string i need to find the following pattern: an asterisk followed by any kind of non-whitespace character and ending with any kind of…
Vid
  • 163
  • 1
  • 13
2
votes
2 answers

Creating a data frame that produces partially italicized cells with pkg:sjPlot functions

I am attempting to create a simple data table in which the genus name in the "Coral_taxon" column is italicized while the "spp." Portion following the genus name is not capitalized. I attempted to code each row for "Coral_taxon" using the…
Eric Dilley
  • 337
  • 2
  • 10
2
votes
2 answers

insert unicode like \u1d6fc in a javascript text string

I'm writing some code that scans a string for TeX-style Greek character (like \Delta or \alpha), and replaces the string with the Unicode symbol. It works fine for the non-italic Greek characters. The problem is that I want to use mathematical…
2
votes
1 answer

Strange behavior with label span and italic font attribute

trying to follow Xamarin tutorial for a label view at : Label Tutorial when applying italic font attribute in a span tag , while setting the size of the label text to any value in the label tag. the text size did not get applied to the text in the…
Sh.Raai
  • 119
  • 1
  • 10
2
votes
1 answer

How to print lowercase Greek delta in italics [ggplot axis titles]

I'm plotting stable isotope data in R with the ggplot2 package and wish to have the lowercase delta symbols on the axis titles printed in italics. I am using expression() to build the axis titles but the delta symbol will not print in italics when…
Jordan
  • 173
  • 1
  • 2
  • 9
2
votes
1 answer

Replace superscript and italic with HTML tags in Excel sheet

I need to get rid of the superscript and the italic, adding an HTML tag to surround the word/letter. For example: My phrase has a superscript1 and also has an italic word. Should be converted to: My phrase has a superscript1 and also has…
Matheus Sant'ana
  • 563
  • 2
  • 6
  • 23
2
votes
1 answer

Why does an input field reduce width with font-style:italic?

When applying font-style: italic; to an HTML input tag, the field is narrower (less computed width) than it otherwise would be. Minimal reproducible example:
WBT
  • 2,249
  • 3
  • 28
  • 40
1 2
3
9 10