Checkmark on Jaguar?
Checkmark on Jaguar?
- Subject: Checkmark on Jaguar?
- From: Nicholas Riley <email@hidden>
- Date: Sun, 25 Aug 2002 19:28:42 -0500
- Mail-followup-to: email@hidden
Hi,
One of my applications displays a checkmark in a NSTableView. I've
never been able to find the symbol that gets used in menus, which
would be ideal, so I use the following:
FSACheckMarkCharacter = [[NSString alloc] initWithCharacters:
(const unichar *)"\x27\x13" length: 1];
This looks to be matching the Chicago or Charcoal font in 10.1, which
gives a reasonable appearance, but I get Lucida Grande on 10.2, and
that's excessively stylized. (The Character Palette in 10.2 is really
nice, btw!)
Anyone know how I can get a copy of the checkmark symbol that the OS
uses, or at least get back the behavior I had in 10.1?
Thanks,
--
=Nicholas Riley <email@hidden> | <
http://www.uiuc.edu/ph/www/njriley>
Pablo Research Group, Department of Computer Science and
Medical Scholars Program, University of Illinois at Urbana-Champaign
_______________________________________________
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.