Re: Making text flow around images
Re: Making text flow around images
- Subject: Re: Making text flow around images
- From: Richard Schreyer <email@hidden>
- Date: Mon, 5 Aug 2002 10:00:42 -0700
NSTextView also appears to have some basic HTML capability. You give it
some dirt simple HTML with properly formed image tags.
Richard Schreyer
On Monday, August 5, 2002, at 09:52 AM, Douglas Davidson wrote:
On Saturday, August 3, 2002, at 12:53 PM, Scott Anguish wrote:
I know this is no small feat I'm sure.. but what is involved in making
text flow around images.. I'm not talking complex shapes.. but more
like what you'd get if you where to use an HTML image tag and then
align it to right.... so you'd get
aaaaaaaaaaaaaaaa xxxxxxxx
aaaaaaaaaaaaaaaa xxxxxxxx
aaaaaaaaaaaaaaaa xxxxxxxx
aaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaa
where xx is picture and aaa is text
Currently you will need to create a custom NSTextContainer with this
geometry, or else use multiple standard rectangular text containers.
Douglas Davidson
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.