I have an NSAttributedString (actually an NSTextStorage). Currently it
draws unhyphenated, but I'd like it to be drawn hyphenated. How do I
do that? The only attribute I see for that is a "document attribute"
which appears to be immutable, and I really don't want to have to
write my own drawing method that uses a custom typesetter unless there
is no other way.