Typeface.DefaultBold Property

Definition

The default BOLD typeface object.

[Android.Runtime.Register("DEFAULT_BOLD")]
public static Android.Graphics.Typeface? DefaultBold { get; }
[<Android.Runtime.Register("DEFAULT_BOLD")>]
static member DefaultBold : Android.Graphics.Typeface

Property Value

Attributes

Remarks

The default BOLD typeface object. Note: this may be not actually be bold, depending on what fonts are installed. Call getStyle() to know for sure.

Java documentation for android.graphics.Typeface.DEFAULT_BOLD.

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