Tagged Questions
The italics tag has no wiki summary.
7
votes
1answer
1k views
How do I style html5 canvas text to be bold and/or italic?
I'm printing text to a canvas in a pretty straight forward way, as shown:
var ctx = canvas.getContext('2d');
ctx.font = "10pt Courier";
ctx.fillText("Hello World", 100, 100);
But how can I change ...
5
votes
3answers
983 views
Enabling italics in vim syntax highlighting for mac terminal
I'd like to have vim display my comments in italics, and I understand I need to place
cterm=italic
in the
hi Comment
line in the color.vim file I'm using. This, however, is having no effect on the ...
3
votes
2answers
2k views
Android Textview Italic and wrap_contents
I am using 3 italic textviews with different colors
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent" ...
2
votes
2answers
44 views
Conflict between line-height and actual height when Italics are used
I have the following problem:
I have a span element with line-height 18px and font-size 16px.
This works great when the text inside is not italics; the span remains 18 pixels tall.
The problem ...
2
votes
3answers
982 views
vimrc make comments italic
How do I change the vimrc to have the comments in my code italicized?
in my vimrc file i have:
highlight Comment ctermfg=blue
that makes the comment blue.
1
vote
1answer
39 views
How do you make just the x-lab label italics and NOT the y-lab label as well? (in R)
How do you make just the x-lab label italics and NOT the y-lab label as well? The only
command I can find (font.lab=3) makes both the x-lab and y-lab labels italics. I am creating barplots in R that ...
1
vote
3answers
875 views
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 ...
1
vote
3answers
385 views
Latex Beamer: How is it possible to make piece of text in a frame in italics?
I am using Beamer in order to make a presentation. In one of the frames I want to write something like this:
"Italics is like that"
I used a command \it of Beamer for doing this:
\it{Italics} is ...
1
vote
2answers
1k views
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 ...
0
votes
3answers
75 views
Is there a way to italicize certain words when displaing it in a TextView on Android?
My Android app is displaying text in a TextView.
Are there any tags or anything to put around words that I want italicized? I don't need to set the TextView as italics because the whole sentence ...
0
votes
1answer
77 views
Add XML markup to italic text sentence in MS Word
I am up against a MS Word text formatting problem and wondered if there were any Regular Expression geeks who also use MS Word out there (unlikely, I know...)
I am trying to wrap a sentence that ...
0
votes
2answers
4k views
how to change font style of text in textbox on click?
how can i do this using javascript?
my textbox has a default value which is italic but when it is clicked the textbox will be cleared and the fontstyle should be normal.
0
votes
2answers
679 views
Background Color and Italics sets off Internet Explorer 7 bug
The following code demonstrates the issue I'm encountering:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
...