• 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: Custom line breaking in NSTextView
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Custom line breaking in NSTextView


  • Subject: Re: Custom line breaking in NSTextView
  • From: Aki Inoue <email@hidden>
  • Date: Tue, 26 Jul 2005 17:44:26 -0700

The bottleneck for line breaking for the Text System is - [NSAttributedString lineBreakBeforeIndex:withinRange:]. You can implement a subclass of NSTextStorage and override this method to have custom behavior.

Aki

(I seem to remember that this has been discussed before, a couple of
years ago, but without a satisfactory solution; and I can't find the
thread in the archives right now.)


I would like to customize the line breaking in an NSTextView in such a
way that it doesn't wrap at the window width, but after a certain number
of characters, say 72. Any suggestions how to go about this?


I suspect that one solution might be to sub-class NSATSTypesetter and
override

   layoutGlyphsInLayoutManager:
      startingAtGlyphIndex:
      maxNumberOfLineFragments:
      nextGlyphIndex:

but that seems like a lot of work to me (if I can figure out at all what
exactly I have to do in my overridden method).


Any pointers (especially at sample code) would be much appreciated.


-- Stefan Haller Ableton http://www.ableton.com/ _______________________________________________ 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


_______________________________________________ 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
  • Follow-Ups:
    • Re: Custom line breaking in NSTextView
      • From: email@hidden (Stefan Haller)
References: 
 >Custom line breaking in NSTextView (From: email@hidden (Stefan Haller))

  • Prev by Date: Re: Crash after [NSData dataWithData:(NSMutableData *)]
  • Next by Date: Re: NSDocument newbie
  • Previous by thread: Custom line breaking in NSTextView
  • Next by thread: Re: Custom line breaking in NSTextView
  • Index(es):
    • Date
    • Thread