CGContext.SetShouldSmoothFonts(Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
与 SetAllowsFontSmoothing(Boolean) 结合使用以启用或禁用字体平滑。
public void SetShouldSmoothFonts (bool shouldSmoothFonts);
member this.SetShouldSmoothFonts : bool -> unit
参数
- shouldSmoothFonts
- Boolean
true
如果字体应平滑,则为 。