Returns a new font descriptor that is the same as the receiver but with the specified point size.
Original signature is '- (NSFontDescriptor *)fontDescriptorWithSize:(CGFloat)newPointSize'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public virtual NSFontDescriptor FontDescriptorWithSize( CGFloat newPointSize )
Public Overridable Function FontDescriptorWithSize ( _ newPointSize As CGFloat _ ) As NSFontDescriptor
public: virtual NSFontDescriptor^ FontDescriptorWithSize( CGFloat newPointSize )

- newPointSize (CGFloat)
- The new point size.

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)