• 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
NSAttributedString location for drawing, glyph location and baseline
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSAttributedString location for drawing, glyph location and baseline


  • Subject: NSAttributedString location for drawing, glyph location and baseline
  • From: Alexander Reichstadt <email@hidden>
  • Date: Sun, 15 Jul 2012 23:40:54 +0200

Hi,

I have a subclass of NSAttachmentCell which draws itself into an NSTextView. Its y-location is wrong though when drawing the cell using

- (void)drawWithFrame:(NSRect)cellFrame inView:(NSView *) controlView characterIndex:(NSUInteger)charIndex layoutManager: (NSLayoutManager *)layoutManager

How do I determine the correct origin for cellFrame to ensure that the baseline of the text inside the NSTextView matches that of the text inside the cell to be drawn in the textview? In above call I use

[self.displayWord drawInRect:cellFrame withAttributes:stringAttributes];

to draw the string which in turn uses boundingRectWithSize to figure out the NSRect dimensions to accommodate the string?

Thanks
_______________________________________________

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: NSAttributedString location for drawing, glyph location and baseline
      • From: Alexander Reichstadt <email@hidden>
  • Prev by Date: Re: CA crossfade
  • Next by Date: Re: NSAttributedString location for drawing, glyph location and baseline
  • Previous by thread: Re: CA crossfade
  • Next by thread: Re: NSAttributedString location for drawing, glyph location and baseline
  • Index(es):
    • Date
    • Thread