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

Custom font sometimes renders in italics in IE8 / IE7

In IE7 and IE8, when using a custom web font, text is sometimes rendered in italics, even when I explicitly set font-style: normal. The issue is sporadic - it will render fine a few times, then I refresh and everything is in italics, then I refresh…
6
votes
5 answers

iOS: Bold and Italic on the same word

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 is both bold and italic, while other words remains…
Byte
  • 2,920
  • 3
  • 33
  • 55
5
votes
3 answers

What's the CoreText equivalent to AppKit's NSObliquenessAttributeName?

I'm drawing some text in Mac/iOS cross-platform code using CoreText. I may be using fonts that do not have a real "Italic" version installed in the OS for all users, but they need to be aware that the text is italic even then. With AppKit's…
uliwitness
  • 8,532
  • 36
  • 58
5
votes
2 answers

How do I read word document with bold and italic formatting by using POI

I am using Apache POI. I am able to read text from a doc file by using "org.apache.poi.hwpf.extractor.WordExtractor" Even fetched the tables by using "org.apache.poi.hwpf.usermodel.Table" But please suggest me, how can I fetch bold/italic…
Sudeep nayak
  • 418
  • 1
  • 5
  • 12
5
votes
2 answers

Graphviz dot - Italic text in HTML table is non-italic

I'm using dot version 2.26.3 The following .dot contents: digraph html { results [shape=none, margin=0, label=< …
KomodoDave
  • 7,239
  • 10
  • 60
  • 92
4
votes
3 answers

Add text with multiple line breaks and italic words to a plot in R

I want to add several lines of text to a plot, in which some words are in italics. This is what the text should look like: Italic Text: Some words with new lines. More italic text: Yet more words divided by new lines. Italics again: And…
user10915156
4
votes
1 answer

How to change the default label font type to italic in radarchart ("fmsb" package)?

I have created a radar chart for showing the variation of Cultural Indexes (CI) of a number of species with respect to the location. However, since species names must be written in italic or underlined, I need to change the default font type used…
4
votes
1 answer

Python extract italic content from html

I am trying to extract 'Italic' Content from a pdf in python. I have converted the pdf to html so that I can use the italic tag to extract the text. Here is how the html looks like
M.D
  • 97
  • 1
  • 9
4
votes
2 answers

C# Monotouch/Xamarin.iOS - UILabel with both plain and italic text in a single string

I have a string of text containing both plain and italic text. How do I represent this using a UILabel? "I am plain text whereas I am italic text var someText = "I am plain text whereas I am italic text UILabel myLabel = new UILabel(new…
Goober
  • 13,146
  • 50
  • 126
  • 195
4
votes
1 answer

Italic text not working on Samsung Galaxy Tab

I don't why but my application doesn't show the TextView in italic on the Samsung Galaxy Tab 2 (while it is working correctly on a Nexus 7 tablet for instance). My code :
Title