Text and printing questions
Text and printing questions
- Subject: Text and printing questions
- From: John MacMullin <email@hidden>
- Date: Wed, 1 Oct 2003 23:01:40 -0700
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?
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?
John
_______________________________________________
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.