Returns an array of the font descriptors in the collection specified by the given collection name.
Original signature is '- (NSArray *)fontDescriptorsInCollection:(NSString *)collectionName'
Available in Mac OS X v10.3 and later.


- collectionName (NSString)
- The font collection for which to return descriptors.

The font descriptors.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)