• 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: NSTextView text changes size
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSTextView text changes size


  • Subject: Re: NSTextView text changes size
  • From: Scott Anguish <email@hidden>
  • Date: Wed, 27 Nov 2002 15:56:30 -0500

On Wednesday, November 27, 2002, at 03:46 PM, Chris Ridd wrote:

My app is basically plunking a different NSString into a non-editable
(multiple fonts not allowed) NSTextView when the user clicks on rows in a
NSTableView.

All's fine and dandy, except that I've noticed that after I put one
particular string into the view, all subsequent strings get displayed in a
*slightly* bigger font. By bigger I mean slightly less condensed, perhaps a
slightly bigger font size. The guilty string is this (gibberish, and by
\uxxxx I mean Unicode character xxxx):

"\u2662\u2663\u2661\u2660\n\u2022 point\n\u20AC89"

I'm just using setString: to drop each NSString into the text view, and I'm
not using attributed strings anywhere so I am not expecting any font
changes.

Has anyone else seen anything like this?


The font will change automatically if it encounters characters that can't be drawn with the current font... I'd suggest explicitly setting the font each time you go to do the setString:
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
References: 
 >NSTextView text changes size (From: Chris Ridd <email@hidden>)

  • Prev by Date: replacing self in initWithCoder method? {advanced}
  • Next by Date: Re: NSTextView text changes size
  • Previous by thread: NSTextView text changes size
  • Next by thread: Re: NSTextView text changes size
  • Index(es):
    • Date
    • Thread