> On Sep 26, 2013, at 7:00 PM, Shane Stanley <sstan...@myriad-com.com.au> wrote: > >> On 27/09/2013, at 11:12 AM, Kyle Sluder <k...@ksluder.com> wrote: >> >> - Text in the range (0, textStorage.length) has a value of >> NSWritingDirectionNatural for the NSWritingDirectionAttributeName attribute > > As I read the docs, NSWritingDirectionNatural is a type of NSTextAlignment,
No, it's not. It specifically refers to the writing direction, NOT the text alignment. Values in this enum are valid for NSParagraphStyle.baseWritingDirection right out of the bag, and when combined with NSTextWritingDirectionOverride or NSTextWritingDirectionEmbedded can be used with the NSWritingDirectionAttributeName key. See the OS X 10.6 AppKit release notes for further clarification. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com