Re: NSTextView woes
Re: NSTextView woes
- Subject: Re: NSTextView woes
- From: Douglas Davidson <email@hidden>
- Date: Mon, 21 Jun 2004 10:58:00 -0700
On Jun 21, 2004, at 10:38 AM, Rick Bischoff wrote:
But next text is showing up with the default helvetica font and not the
fixedPitchFont I set in init. I realize that I can set the font every
time I append the text, but this seems wasteful and unnecessary.
Sometimes, I would say, making certain of the right result is worth an
additional line of code and an extra message send. You can probably
get by with just doing it the first time, but if setting this font
accurately expresses your intent, it's probably better to do it
explicitly rather than relying on the font in the existing text being
correct.
Douglas Davidson
_______________________________________________
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.