Re: Normalize an NSAttributedString
Re: Normalize an NSAttributedString
- Subject: Re: Normalize an NSAttributedString
- From: Martin Wierschin <email@hidden>
- Date: Tue, 25 Aug 2009 16:56:08 -0700
Note that there is an issue with this approach, which is that
attribute runs that start in the middle of a grapheme cluster might
result in odd behaviour wrt normalisation. However, it generally
doesn't make sense to have such an attribute run (it's the
equivalent of asking for e.g. a bold "o" with an italic umlaut,
which makes no sense), it's just something that you might want to
be aware of.
Sometimes it's desirable to have such attribute runs. One example is
to highlight combining marks using a different foreground color than
that of the base character.
~Martin
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden