TextAppearanceInfo.LetterSpacing Property

Definition

Returns the text letter-spacing, which determines the spacing between characters.

public float LetterSpacing { [Android.Runtime.Register("getLetterSpacing", "()F", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getLetterSpacing", "()F", "", ApiSince=34)>]
member this.LetterSpacing : single

Property Value

Attributes

Remarks

Returns the text letter-spacing, which determines the spacing between characters. The value is in 'EM' units. Normally, this value is 0.0.

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

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