Removes the specified font descriptor from the specified collection.
Original signature is '- (void)removeFontDescriptor:(NSFontDescriptor *)descriptor fromCollection:(NSString *)collection'
Available in Mac OS X v10.3 and later.

C# | Visual Basic | Visual C++ |
public virtual void RemoveFontDescriptorFromCollection( NSFontDescriptor descriptor, NSString collection )
Public Overridable Sub RemoveFontDescriptorFromCollection ( _ descriptor As NSFontDescriptor, _ collection As NSString _ )
public: virtual void RemoveFontDescriptorFromCollection( NSFontDescriptor^ descriptor, NSString^ collection )

- descriptor (NSFontDescriptor)
- The font descriptor to remove.
- collection (NSString)
- The font collection from which to remove the descriptor.

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