> On 31 May 2015, at 1:44 pm, Kyle Sluder <k...@ksluder.com> wrote: > > Here, you're asking for "all fonts that consider themselves to be both > bold and unbold". This set is going to be empty (unless you have a > particularly broken font installed).
Yeah, I just realised that though of course you’re adding trait masks together with OR, the value is interpreted as AND, so A &~A = 0. Seems as if there’s no way to express what I want with this. It’s a terrible API anyway. > If you want to query for fonts with certain traits, you're much better > off using NSFontDescriptor. I’ll look at that as a better alternative. > On 31 May 2015, at 1:27 pm, Roland King <r...@rols.org> wrote: > > A quick test (in Swift no less) suggests to me that this function just > doesn’t work (TM). Looks that way :( Thanks both. —Graham _______________________________________________ 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(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com