The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
3answers
2k views

How do I get Lucida Grande italic into my application?

Unfortunately, Lucida Grande does not have an italic variant and I need one. My options here seem limited and I am hoping someone has a better one for me. First, I tried, applying a ...
3
votes
2answers
2k views

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 ...
16
votes
6answers
3k views

Italic TextView with wrap_contents seems to clip the text at right edge

<TextView android:id="@+id/prodLbl" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerHorizontal="true" ...
8
votes
3answers
947 views

Samsung devices supporting setTypeface(Typeface.Italic)?

I have in application that makes use of a custom View component that drawas some text onto the screen via Paint/Canvas. I am using the following code (before I call canvas.drawText()) to make my text ...
5
votes
4answers
3k views

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 ...
2
votes
2answers
1k views

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 ...