TextAppearanceSpan.TextFontWeight Property

Definition

Returns the text font weight specified by this span, or FontStyle.FONT_WEIGHT_UNSPECIFIED if it does not specify one.

public virtual int TextFontWeight { [Android.Runtime.Register("getTextFontWeight", "()I", "GetGetTextFontWeightHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getTextFontWeight", "()I", "GetGetTextFontWeightHandler", ApiSince=29)>]
member this.TextFontWeight : int

Property Value

Attributes

Remarks

Returns the text font weight specified by this span, or FontStyle.FONT_WEIGHT_UNSPECIFIED if it does not specify one.

Java documentation for android.text.style.TextAppearanceSpan.getTextFontWeight().

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