TextAppearanceInfo.IsElegantTextHeight 属性

定义

如果设置了优雅的高度指标标志,则 true 返回。

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

属性值

属性

注解

如果设置了优雅的高度指标标志,则 true 返回。 此设置选择尚未压缩以适合基于拉丁语的垂直指标的字体变体,并增加顶部和底部边界以提供更多空间。

适用于 . 的 android.view.inputmethod.TextAppearanceInfo.isElegantTextHeight()Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于