2nd Try: NSFormFeed
2nd Try: NSFormFeed
- Subject: 2nd Try: NSFormFeed
- From: Tony Cate <email@hidden>
- Date: Mon, 17 Jan 2005 21:13:21 -0600
I’m trying to puzzle out how to insert a form feed into the body of some text and have it...well form feed.
After reading through a bunch of archive messages, I thought all I need do was this:
[workString appendAttributedString:[[NSAttributedString alloc] initWithString:
[NSString stringWithFormat:@"%C",NSFormFeedCharacter]]];
Which doesn’t seem to work.
I was hoping someone could help me out with some sample code.
_______________________________________________
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