MonobjcMonobjc Documented Class Library
AvailableFonts Property
NamespacesMonobjc.AppKitNSFontManagerAvailableFonts

Returns the names of the fonts available in the system (not the NSFont objects themselves).

Original signature is '- (NSArray *)availableFonts'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSArray AvailableFonts { get; }
Public Overridable ReadOnly Property AvailableFonts As NSArray
	Get
public:
virtual property NSArray^ AvailableFonts {
	NSArray^ get ();
}
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)