Q: drawing text within drawPageBorderWithSize:
Q: drawing text within drawPageBorderWithSize:
- Subject: Q: drawing text within drawPageBorderWithSize:
- From: Brant Vasilieff <email@hidden>
- Date: Mon, 14 Jan 2002 14:37:11 -0800
Is there some trick to drawing text (page labels) within a
drawPageBorderWithSize call?
If I don't call lock focus, I get the proper dimensions, but text
doesn't show up.
If I call lock focus, then the origin is all off, yet the text shows up.
I'm trying to subclass NSTableView so I can print the column headers at
the top of each page, prevent rows from being split between pages, and
print page numbers at the bottom.
Note to Apple: It's really too bad that this couldn't have been built
into the NSTableView by default. Same with browsers, etc...
TIA,
Brant