MonobjcMonobjc Documented Class Library
SetAllowsFontSmoothing Method (context, allowsFontSmoothing)
NamespacesMonobjc.ApplicationServicesCGContextSetAllowsFontSmoothing(IntPtr, Boolean)

Sets whether or not to allow font smoothing for a graphics context.

Original signature is 'void CGContextSetAllowsFontSmoothing( CGContextRef context, bool allowsFontSmoothing );'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static void SetAllowsFontSmoothing(
	IntPtr context,
	bool allowsFontSmoothing
)
Public Shared Sub SetAllowsFontSmoothing ( _
	context As IntPtr, _
	allowsFontSmoothing As Boolean _
)
public:
static void SetAllowsFontSmoothing(
	IntPtr context, 
	bool allowsFontSmoothing
)
Parameters
context (IntPtr)
MISSING
allowsFontSmoothing (Boolean)
MISSING
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)