Returns a font object for the specified font descriptor and text transform.
Original signature is '+ (NSFont *)fontWithDescriptor:(NSFontDescriptor *)fontDescriptor textTransform:(NSAffineTransform *)textTransform'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public static NSFont FontWithDescriptorTextTransform( NSFontDescriptor fontDescriptor, NSAffineTransform textTransform )
Public Shared Function FontWithDescriptorTextTransform ( _ fontDescriptor As NSFontDescriptor, _ textTransform As NSAffineTransform _ ) As NSFont
public: static NSFont^ FontWithDescriptorTextTransform( NSFontDescriptor^ fontDescriptor, NSAffineTransform^ textTransform )

- fontDescriptor (NSFontDescriptor)
- The font descriptor object describing the font to return.
- textTransform (NSAffineTransform)
- An affine transformation applied to the font.

A font object for the specified name and transform.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)