Enables or disables font smoothing in a graphics context.
Original signature is 'void CGContextSetShouldSmoothFonts ( CGContextRef c, bool shouldSmoothFonts );'
Available in Mac OS X v10.2 and later.

Declaration Syntax
public static void SetShouldSmoothFonts(
IntPtr c,
bool shouldSmoothFonts
)
Public Shared Sub SetShouldSmoothFonts ( _
c As IntPtr, _
shouldSmoothFonts As Boolean _
)
public:
static void SetShouldSmoothFonts(
IntPtr c,
bool shouldSmoothFonts
)

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)