Initializes and returns a new font descriptor with the specified attributes.
Original signature is '- (id)initWithFontAttributes:(NSDictionary *)attributes'
Available in Mac OS X v10.3 and later.

C# | Visual Basic | Visual C++ |
public NSFontDescriptor( NSDictionary attributes )
Public Sub New ( _ attributes As NSDictionary _ )
public: NSFontDescriptor( NSDictionary^ attributes )

- attributes (NSDictionary)
- The attributes for the new font descriptor. If nil, the font descriptor’s attribute dictionary will be empty.

The new font 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)