共用方式為


CGContext.SetAllowsFontSmoothing(Boolean) 方法

定義

內容是否允許字型平滑。

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

參數

allows
Boolean

true 如果應該允許字型平滑化,則為 。

備註

這個屬性可與 SetShouldSmoothFonts(Boolean) 搭配運作。 只有當這兩個值都會 true 進行字型平滑處理時。

適用於