Top "Core-text" questions

Core Text is the modern text layout and rendering framework on Apple's Mac OS X and iOS operating systems.

Convert HTML to NSAttributedString in iOS

I am using a instance of UIWebView to process some text and color it correctly, it gives the result as …

iphone objective-c cocoa-touch core-text nsattributedstring
NSAttributedString add text alignment

How can I add text alignment attribute to an NSAttributedString to center the text? Edit: Am I doing anything wrong? …

ios objective-c nsattributedstring core-text
Core Text - NSAttributedString line height done right?

I'm completely in the dark with Core Text's line spacing. I'm using NSAttributedString and I specify the following attributes on …

nsattributedstring core-text line-spacing
Replace UITextViews text with attributed string

I have a UITextView and when the user is entering text into it, I want to format the text on …

ios uitextview core-text nsattributedstring
Multi-line NSAttributedString with truncated text

I need a UILabel subcass with multiline attributed text with support for links, bold styles, etc. I also need tail …

ios core-text
Calculate Font Size to Fit Frame - Core Text - NSAttributedString - iOS

I have some text which I am drawing into a fixed frame via an NSAttributedString (code below). At the moment …

ios objective-c fonts core-text nsattributedstring
iOS: How do you measure the width and height of a string using Quartz?

Before I ask my questions, this is from Apple's documentation re: how to determine the width of a string using …

ios objective-c quartz-graphics core-text
NSAttributedString - get font attributes

I need to get info about my attributed string but can't figure out how. I'm getting this dictionary: 2013-11-04 18:06:10.628 …

ios objective-c core-text
NSAttributedString superscript styling

I want to superscript all the instances of ® character in a block of text (legal disclaimer, naturally ;)) and the default …

ios nsattributedstring core-text
NSAttributedString and Links on iOS

I am trying to add a hyperlink to certain parts of my text which is being handled and drawn using …

cocoa-touch ios core-text