behind the scenes of -drawInRect:
behind the scenes of -drawInRect:
- Subject: behind the scenes of -drawInRect:
- From: Joshua Scott Emmons <email@hidden>
- Date: Fri, 26 May 2006 16:26:38 -0500
Can anyone share a bit of the implementation details behind -
[NSArrtibutedString drawInRect:]? I'm using it in -[NSView drawRect:]
to place some text for printing.
I need to know the outputted text's height, but -[NSLayoutManager
usedRectForTextContainer:] mysteriously cuts off the bottom 1/3 of
the last line or two (depending on the size of the string). I figure
this must be because of some sort of padding that's added to the
string in -drawRect:, but I can't find any details as to how -
drawRect: renders the text, so I don't know what variables I need to
account for.
Thanks,
-Joshua Emmons
_______________________________________________
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