MonobjcMonobjc Documented Class Library
FontManagerWillIncludeFont Event
NamespacesMonobjc.AppKitNSFontManager..::..NSFontManagerDelegateEventDispatcherFontManagerWillIncludeFont

Requests permission from the Font panel delegate to display the given font name in the Font panel.

Original signature is '- (BOOL)fontManager:(id)theFontManager willIncludeFont:(NSString *)fontName'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
Return Value
If the Font panel delegate returns YES, fontName is listed; if the delegate returns NO, it isn’t.
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)