Core Text is the modern text layout and rendering framework on Apple's Mac OS X and iOS operating systems.
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 nsattributedstringHow can I add text alignment attribute to an NSAttributedString to center the text? Edit: Am I doing anything wrong? …
ios objective-c nsattributedstring core-textI'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-spacingI have a UITextView and when the user is entering text into it, I want to format the text on …
ios uitextview core-text nsattributedstringI need a UILabel subcass with multiline attributed text with support for links, bold styles, etc. I also need tail …
ios core-textI 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 nsattributedstringBefore 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-textI 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-textI want to superscript all the instances of ® character in a block of text (legal disclaimer, naturally ;)) and the default …
ios nsattributedstring core-textI am trying to add a hyperlink to certain parts of my text which is being handled and drawn using …
cocoa-touch ios core-text