MonobjcMonobjc Documented Class Library
RemoveFontDescriptorFromCollection Method (descriptor, collection)
NamespacesMonobjc.AppKitNSFontManagerRemoveFontDescriptorFromCollection(NSFontDescriptor, NSString)

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.

Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
descriptor (NSFontDescriptor)
The font descriptor to remove.
collection (NSString)
The font collection from which to remove the descriptor.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)