다음을 통해 공유


TextView.IsElegantTextHeight 속성

정의

TextView의 우아한 높이 메트릭 플래그 값을 가져옵니다.

public virtual bool IsElegantTextHeight { [Android.Runtime.Register("isElegantTextHeight", "()Z", "GetIsElegantTextHeightHandler", ApiSince=28)] get; }
[<get: Android.Runtime.Register("isElegantTextHeight", "()Z", "GetIsElegantTextHeightHandler", ApiSince=28)>]
member this.IsElegantTextHeight : bool

속성 값

true 우아한 높이 메트릭 플래그가 설정되어 있으면 입니다.

특성

설명

TextView의 우아한 높이 메트릭 플래그 값을 가져옵니다. 이 설정은 라틴어 기반 세로 메트릭에 맞게 압축되지 않은 글꼴 변형을 선택하고 위쪽 및 아래쪽 경계를 늘려 더 많은 공간을 제공합니다.

에 대한 android.widget.TextView.isElegantTextHeight()Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상