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.
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
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