MonobjcMonobjc Documented Class Library
FontWithNameMatrix Method (fontName, fontMatrix)
NamespacesMonobjc.AppKitNSFontFontWithNameMatrix(NSString, IntPtr)

Returns a font object for the specified font name and matrix.

Original signature is '+ (NSFont *)fontWithName:(NSString *)fontName matrix:(const CGFloat *)fontMatrix'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSFont FontWithNameMatrix(
	NSString fontName,
	IntPtr fontMatrix
)
Public Shared Function FontWithNameMatrix ( _
	fontName As NSString, _
	fontMatrix As IntPtr _
) As NSFont
public:
static NSFont^ FontWithNameMatrix(
	NSString^ fontName, 
	IntPtr fontMatrix
)
Parameters
fontName (NSString)
The fully specified family-face name of the font.
fontMatrix (IntPtr)
A transformation matrix applied to the font.
Return Value
A font object for the specified name and transformation matrix.
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)