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

C# | Visual Basic | Visual C++ |
public virtual NSFontDescriptor FontDescriptorWithMatrix( NSAffineTransform matrix )
Public Overridable Function FontDescriptorWithMatrix ( _ matrix As NSAffineTransform _ ) As NSFontDescriptor
public: virtual NSFontDescriptor^ FontDescriptorWithMatrix( NSAffineTransform^ matrix )

- matrix (NSAffineTransform)
- The new font matrix.

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)