Język

TextAppearanceInfo.Builder.SetElegantTextHeight(Boolean) Method

Definition

Set the elegant height metrics flag.

[Android.Runtime.Register("setElegantTextHeight", "(Z)Landroid/view/inputmethod/TextAppearanceInfo$Builder;", "", ApiSince=34)]
public Android.Views.InputMethods.TextAppearanceInfo.Builder SetElegantTextHeight(bool elegantTextHeight);
[<Android.Runtime.Register("setElegantTextHeight", "(Z)Landroid/view/inputmethod/TextAppearanceInfo$Builder;", "", ApiSince=34)>]
member this.SetElegantTextHeight : bool -> Android.Views.InputMethods.TextAppearanceInfo.Builder

Parameters

elegantTextHeight
Boolean

Returns

Attributes

Remarks

Set the elegant height metrics flag. 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.

Android reference for android.view.inputmethod.TextAppearanceInfo.Builder.setElegantTextHeight.

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