CGContext.SetAllowsFontSmoothing(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether the context allows font smoothing.
public void SetAllowsFontSmoothing (bool allows);
member this.SetAllowsFontSmoothing : bool -> unit
Parameters
- allows
- Boolean
true
if font smoothing should be allowed.
Remarks
This property works in conjunction with SetShouldSmoothFonts(Boolean). Only if both values are true
will font smoothing occur.