Share via


FontStyle.FontWeightUnspecified Field

Definition

A default value when font weight is unspecified

[Android.Runtime.Register("FONT_WEIGHT_UNSPECIFIED", ApiSince=34)]
public const int FontWeightUnspecified = -1;
[<Android.Runtime.Register("FONT_WEIGHT_UNSPECIFIED", ApiSince=34)>]
val mutable FontWeightUnspecified : int

Field Value

Value = -1
Attributes

Remarks

A default value when font weight is unspecified

Java documentation for android.graphics.fonts.FontStyle.FONT_WEIGHT_UNSPECIFIED.

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