다음을 통해 공유


CGContext.SetAllowsFontSmoothing(Boolean) 메서드

정의

컨텍스트에서 글꼴을 부드럽게 할 수 있는지 여부입니다.

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

매개 변수

allows
Boolean

true 글꼴 평활화가 허용되어야 하는 경우 입니다.

설명

이 속성은 와 함께 SetShouldSmoothFonts(Boolean)작동합니다. 두 값이 모두 인 true 경우에만 글꼴이 평활화됩니다.

적용 대상