On Sep 3, 2008, at 9:38 AM, Douglas Davidson wrote:

On Sep 3, 2008, at 6:01 AM, an0 wrote:

So, can anyone tell me why all these fell through so badly, and what
is the true straightforward way to do this if any?

The true straightforward way to do this is with -sizeToFit.

-sizeWithAttributes: will give you the size of the string,
but what you appear to want here is to size the textfield, which is not the same thing.


Coming into this discussion a little late . . .

A little experimenting suggests to me that -sizeWithAttributes: appears to
not really give you the *real* size of the string (by which I think you
might mean the measured size of the glyphs indicated by that string). The
size appears to contain an advance or right-side bearing space after
the final character.    So the size looks like it's some number of units
bigger than the strict bounding box of the string of glyphs.

I would appreciate some ideas on how to find a *real* bounding box for
a string.

    Cheers,
        . . . . . . . .    Henry


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to