Questions tagged [italics]

This tag should not be used. Use typography instead.

This tag is under discussion here: A [bold] initiative.

72 questions
1
vote
1 answer

Italics in the function 'plotweb', bipartite package R

I made a visualisation of a bipartite network using the function 'plotweb' from the bipartite package. Now I want to put the labels in italics (species names). plotweb(datamatrix) I can't find any useful command in the help tab for this function.…
R.D.
  • 11
  • 6
1
vote
3 answers

Make portion of NSString italicized or bold, not whole string

How would I go about italicizing a single word in an NSString which will be displayed in a UILabel? Specifically, I don't want all text to be italicized, just one word. Thanks! (Edited) I meant UILabel, not UITextField.
W Dyson
  • 4,604
  • 4
  • 40
  • 68
1
vote
1 answer

HTML title appears in italics for unknown reasons

The title on my page keeps showing up in italics and I can't find any code indicating that it should do so. What could be going on? I have even copy/pasted header code from another page where the title was not italicized but it still persists. …
1
vote
2 answers

is it true no italics for iPhone 4?

In my project, the iPhone 4 does not show italics for command textLabel.font=[UIFont italicSystemFontOfSize:16]; but the iPhone 3 shows italics properly. Is it true that iPhone 4 does not support italics? If not using systemFont, can you…
lionfly
  • 479
  • 7
  • 21
1
vote
1 answer

Italics in JavaScript without making variables with variableName.italics()?

everyone! I'm writing a trivia game for a website with JavaScript that stores all question texts, answers, and level of difficulty in a single, multi-dimensional array and sometimes I need to put book titles in italics. However, I'm having trouble…
1
vote
1 answer

Italics in Formatting Illustrator from Excel Spreadsheet using VBA

I'm creating a series of tags in Illustrator, using VBA in excel (the excel worksheet has the information that populates the tags), and I cannot find a way to specify that the font which appears in Illustrator is italicized and a particular…
Lara Klopp
  • 13
  • 2
1
vote
2 answers

How to make just the name typed into the input box displayed in italics. Please look at this code

So I only want the name which appears twice in the response to show up italicized.I am a real noob so please help me out and be clear. I appreciate it http://dave-reed.com/book3e/Ch5/greet.html Here is the example website. I want your name only out…
1
vote
1 answer

How to create a dendrogram with italics

So I am attempting to create a dendrogram of 42 different genes based on a distance matrix. The figure was created with: d6 = dist( t( cildata ) ) hc6 = hclust( d6 ) plot( hc6 ) I then just saved that plot as a jpeg. I need to save a version of…
Marcus
  • 55
  • 5
1
vote
1 answer

iOS7 - Italic text in UIAlertView

I want to display text in italic in UIAlertView. I would like to know how to do so. I am currently thinking as follows:- There is no explicit label in an alert view. So we cannot set the font attribute. We just have an NSString in the message…
Dinesh
  • 2,194
  • 3
  • 30
  • 52
1
vote
2 answers

My Visual Studio 2012 environment font is now Italicized / I am unable to change the font of my application

I just noticed that not only is my application font now completely italicized, but also much of my VS2012 is too. I went to Tools -> Options -> Environment -> Fonts and Colors, and hit "Use Defaults" with no success. I've set my entire…
Rachael
  • 1,965
  • 4
  • 29
  • 55
1
vote
1 answer

Italics in title of Lattice graph

I have read the posts on how to create italicized words in a graph title, but it does not seem to be working for me. #create a list of species sp <- c("Etelis coruscans","Etelis carbunculus","Pristipomoides sieboldii","Pristipomoides…
Ben
  • 167
  • 1
  • 3
  • 10
1
vote
3 answers

How to have some words of a sentence italicize and keep the sentence stay in one line in HTML?

I have the following HTML code: this is just a test sentence  As you can see, I put in "white-space:nowrap" to ensure…
user2187770
1
vote
2 answers

css to force italics for certain characters only within a tag?

Is this possible? Basically, I want to be able to set up a tag that says "within this tag, a-z go into italics, but nothing else does." Or similarly for a-z and A-Z.
William Jockusch
  • 26,513
  • 49
  • 182
  • 323
0
votes
2 answers

Italics in labelling Box Plot

Sorry about the basic nature of the question. For APA guidelines, I need to italicize the label after the words Figure 5. I'd appreciate it if someone could address this in the following way where the italics command goes, so that only the male and…
0
votes
1 answer

ggsurvplot (Survminer) Customising the title (adding italics)

I am looking to customise my ggsurvplot title by making one word in it be in italics. I have tried the more 'classic' code that words in ggplots, but they don't appear to work in this. Here is an example of what I am…