Share via


CGContext.SetAllowsFontSmoothing(Boolean) メソッド

定義

コンテキストでフォントのスムージングを許可するかどうか。

public void SetAllowsFontSmoothing (bool allows);
member this.SetAllowsFontSmoothing : bool -> unit

パラメーター

allows
Boolean

true フォントのスムージングを許可する必要がある場合は 。

注釈

このプロパティは と SetShouldSmoothFonts(Boolean)組み合わせて動作します。 両方の値が である場合にのみ、 true フォントのスムージングが行われます。

適用対象