CGContext.SetAllowsFontSmoothing(Boolean) Method

Definition

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.

Applies to