Removes the specified font collection.
Original signature is '- (BOOL)removeCollection:(NSString *)collectionName'
Available in Mac OS X v10.3 and later.


- collectionName (NSString)
- The collection to remove.

YES if the font collection was successfully removed; otherwise, NO.

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