Re: Text and printing questions
Re: Text and printing questions
- Subject: Re: Text and printing questions
- From: John MacMullin <email@hidden>
- Date: Sat, 4 Oct 2003 10:50:52 -0700
Thank you.
John
On Thursday, October 2, 2003, at 12:14 AM, Scott Anguish wrote:
On Oct 2, 2003, at 2:01 AM, John MacMullin wrote:
Assuming that one knows the font size, such as 12 point Helvetica,
and the page size, to determine the lines per page one must allow for
the space between the individual lines. How does one determine this?
And where is this in the documentation?
you want the overall spacing of the font.. the bounding rect
http://developer.apple.com/documentation/Cocoa/Conceptual/
FontHandling/index.html#//apple_ref/doc/uid/10000093i
I have a working "text architecture" report with headers, footers and
columns from a mutable array using the text storage stuff which works
just fine on the first pass. However, I am trying to re-use the same
window and NSView for various reports. On the second pass with
different data, the first data is still present in the view, despite
having released the NSTextViews. On the third pass, again with
different data, I get a spinning ball and nothing happens at all.
Any suggestions?
it sounds very much like a memory issue.
_______________________________________________
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.