Re: Sending a message to a Toll free bridge

2013-11-25 Thread Jean-Daniel Dupas
Le 25 nov. 2013 à 10:23, Gerriet M. Denkmann a écrit : > The documentation states: "CFArray is “toll-free bridged” with its Cocoa > Foundation counterpart, NSArray. This means that the Core Foundation type is > interchangeable in function or method calls with the bridged Foundation > object.

Re: Sending a message to a Toll free bridge

2013-11-25 Thread Stephen J. Butler
I don't believe that the array that CTFontCopyAvailableTables() returns contains CFTypes. So yes, CFArray is bridgeable. But in this case that isn't so useful since the values aren't. On Mon, Nov 25, 2013 at 3:23 AM, Gerriet M. Denkmann wrote: > The documentation states: "CFArray is “toll-free b

Sending a message to a Toll free bridge

2013-11-25 Thread Gerriet M. Denkmann
The documentation states: "CFArray is “toll-free bridged” with its Cocoa Foundation counterpart, NSArray. This means that the Core Foundation type is interchangeable in function or method calls with the bridged Foundation object. Therefore, in a method where you see an NSArray * parameter, you c