MonobjcMonobjc Documented Class Library
AfmDictionary Property
NamespacesMonobjc.AppKitNSFontAfmDictionary

Returns the AFM font’s dictionary. (Deprecated in Mac OS X v10.4. Use accessor functions listed in “Keys to the AFM Dictionary” instead.)

Original signature is '- (NSDictionary *)afmDictionary'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Deprecated in Mac OS X v10.4. Use accessor functions listed in “Keys to the AFM Dictionary” instead.")]
public virtual NSDictionary AfmDictionary { get; }
<ObsoleteAttribute("Deprecated in Mac OS X v10.4. Use accessor functions listed in “Keys to the AFM Dictionary” instead.")> _
Public Overridable ReadOnly Property AfmDictionary As NSDictionary
	Get
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.4. Use accessor functions listed in “Keys to the AFM Dictionary” instead.")]
public:
virtual property NSDictionary^ AfmDictionary {
	NSDictionary^ 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)