TextAppearanceInfo.IsElegantTextHeight Property

Definition

Returns true if the elegant height metrics flag is set.

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

Property Value

Attributes

Remarks

Returns true if the elegant height metrics flag is set. This setting selects font variants that have not been compacted to fit Latin-based vertical metrics, and also increases top and bottom bounds to provide more space.

Java documentation for android.view.inputmethod.TextAppearanceInfo.isElegantTextHeight().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to