Re: Wrapping of text around an image or shape.

2008-11-05 Thread Sandeep Nair
is there any sample code that permitting text to wrap around embedded graphics.. http://developer.apple.com/documentation/Cocoa/Conceptual/TextArchitecture/Concepts/CommonConfigs.html On Wed, Nov 5, 2008 at 7:17 PM, Graham Cox <[EMAIL PROTECTED]> wrote: > > On 6 Nov 2008, at 12:39 am, Sandee

Re: Wrapping of text around an image or shape.

2008-11-05 Thread Graham Cox
On 6 Nov 2008, at 12:39 am, Sandeep Nair wrote: Hi All, I am trying to do text wrapping like pages app does. i added a View as subview of NSTextView. i want the text inside the TextView to wrap around the subview rect (as like in the pages app). [] anyone suggest me the right method to do th

Re: Wrapping of text around an image or shape.

2008-11-05 Thread Sandeep Nair
is there any sample code regarding this ??? On Wed, Nov 5, 2008 at 7:09 PM, Sandeep Nair <[EMAIL PROTECTED]>wrote: > Hi All, > I am trying to do text wrapping like pages app does. > i added a View as subview of NSTextView. > i want the text inside the TextView to wrap around > the subview rect (a

Wrapping of text around an image or shape.

2008-11-05 Thread Sandeep Nair
Hi All, I am trying to do text wrapping like pages app does. i added a View as subview of NSTextView. i want the text inside the TextView to wrap around the subview rect (as like in the pages app). for (glyphIndex = glyphRange.location; glyphIndex < NSMaxRange(glyphRange); glyphIndex++) { NSPoint