Re: CSS style string to NSAttributedString attributes conversion

2010-04-09 Thread jonat...@mugginsoft.com
On 8 Apr 2010, at 17:19, Jens Alfke wrote: > > I'm not aware of anything that does this. > Are you talking about parsing entire CSS files, or just a single "property: > value;" rule? > Even the simple case isn't that simple; CSS can be pretty complex. And most > of the attributes don't map clea

Re: CSS style string to NSAttributedString attributes conversion

2010-04-08 Thread Douglas Davidson
On Apr 8, 2010, at 2:53 AM, jonat...@mugginsoft.com wrote: > I want to convert CSS style strings to NSAttributedString attributes. > > AppKit and WebKit don't seem to offer a solution. > > Does anyone know of any permissive licence third part code? AppKit doesn't expose anything to handle CSS

Re: CSS style string to NSAttributedString attributes conversion

2010-04-08 Thread Jens Alfke
On Apr 8, 2010, at 2:53 AM, jonat...@mugginsoft.com wrote: I want to convert CSS style strings to NSAttributedString attributes. AppKit and WebKit don't seem to offer a solution. Does anyone know of any permissive licence third part code? I'm not aware of anything that does this. Are you tal

CSS style string to NSAttributedString attributes conversion

2010-04-08 Thread jonat...@mugginsoft.com
I want to convert CSS style strings to NSAttributedString attributes. AppKit and WebKit don't seem to offer a solution. Does anyone know of any permissive licence third part code? Regards Jonathan Mitchell Developer http://www.mugginsoft.com __