• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSString width
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSString width


  • Subject: Re: NSString width
  • From: Jens Alfke <email@hidden>
  • Date: Sat, 5 Sep 2009 23:36:37 -0700

Tip: Measuring string widths is fairly expensive. (It's basically like drawing the string, minus the actual rendering of the pixels.) If you can, cache the result instead of calling it frequently.

Also, keep in mind that character shapes may stick out of either edge by a few pixels, especially with italics or script fonts. It's usually safest to pad your bounding box by some fraction of the point-size.

—Jens_______________________________________________

Cocoa-dev mailing list (email@hidden)

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:
This email sent to email@hidden


  • Follow-Ups:
    • Re: NSString width
      • From: Dave Keck <email@hidden>
References: 
 >NSString width (From: Massimiliano Gargani <email@hidden>)
 >Re: NSString width (From: Dave Keck <email@hidden>)
 >Re: NSString width (From: Massimiliano Gargani <email@hidden>)

  • Prev by Date: NSMenuItem font size of the keyboard shortcut text
  • Next by Date: Re: Making an Outline View delete a rows children when the parent is deleted.
  • Previous by thread: Re: NSString width
  • Next by thread: Re: NSString width
  • Index(es):
    • Date
    • Thread