Re: Bizarre behaviour of NSFontDescriptor and/or NSCharacterSet

2011-02-03 Thread Brian Schack
Thanks for the informative and quick reply. I'll go ahead with the bug report. Brian ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins

Re: Bizarre behaviour of NSFontDescriptor and/or NSCharacterSet

2011-02-01 Thread Brian Schack
Aki, Many thanks for the reply. Taking your suggestion, I found three possible routes to rewriting the function (given below). All seem to work. One uses NSFontManager and NSFont: NSArray *fontNames = [[NSFontManager sharedFontManager] availableFonts]; for (NSString *fontName in fontNa

Bizarre behaviour of NSFontDescriptor and/or NSCharacterSet

2011-01-31 Thread Brian Schack
I have a small application that exhibits behaviour so strange that I can't even begin to explain what bug might possibly be responsible for it. I'm thinking of submitting a bug report to Apple, but first I'd like someone else to take a look at it to see if I haven't made some silly mistake or assu