Re: HTML rendering on 10.3 vs 10.4
Re: HTML rendering on 10.3 vs 10.4
- Subject: Re: HTML rendering on 10.3 vs 10.4
- From: Douglas Davidson <email@hidden>
- Date: Mon, 25 Jul 2005 09:15:00 -0700
On Jul 25, 2005, at 7:53 AM, Theodore H. Smith wrote:
I've got an app that renders HTML on screen, using NSAttributedString.
On MacOS10.4, I'm seeing <p> rendered as a single line, no extra
space inbetween the next <p>, like this:
Para1
Para2
On MacOS10.3, I'm seeing this:
Para1
Para2
I'm wondering if I am doing something wrong here? Or is this a
known difference? I think I may just use <br> instead of p for
single lines, if I can help it.
The extra space used in 10.3 is a rather crude representation of
margins. In 10.4 paragraphs are imported using paragraphSpacing to
represent margins.
Douglas Davidson
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden