MonobjcMonobjc Documented Class Library
SetShouldSmoothFonts Method (c, shouldSmoothFonts)
NamespacesMonobjc.ApplicationServicesCGContextSetShouldSmoothFonts(IntPtr, Boolean)

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
C#Visual BasicVisual C++
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
)
Parameters
c (IntPtr)
MISSING
shouldSmoothFonts (Boolean)
MISSING
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)