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
3answers
467 views

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 ...
0
votes
1answer
384 views

UIButton + italic font = clipping

The problem is that UIButton clips title tail (for about 1-2 pixels at the end) when I use italic font like Helvetica Oblique with size bigger than 13. Does anybody know a solution for this problem?