Given that I already have an existing NSAttributedString object, how to I change the first line indent (for all paragraphs/lines of the object)?
I guess I've got to apply an NSParagraphStyle to an NSMutableAttributedString and copy this to the NSAttributedString, but I'm not sure how to go about this.