Am I Reinventing the Wheel? (Part II)

2015-01-08 Thread Charles Jenkins
This is the second issue for which I'm looking for an existing API call. I have two ranges from an NSAttributedString. I want to compare their fonts and attributes in such a way as to derive a dictonary containing only the differences. Does a font-and-attribute comparison method already

Re: Am I Reinventing the Wheel? (Part II)

2015-01-08 Thread Jens Alfke
On Jan 8, 2015, at 4:43 AM, Charles Jenkins cejw...@gmail.com wrote: I have two ranges from an NSAttributedString. I want to compare their fonts and attributes in such a way as to derive a dictonary containing only the differences. Does a font-and-attribute comparison method already