TypefaceSpan.Typeface Property

Definition

Returns the typeface set in the span.

public virtual Android.Graphics.Typeface? Typeface { [Android.Runtime.Register("getTypeface", "()Landroid/graphics/Typeface;", "GetGetTypefaceHandler", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getTypeface", "()Landroid/graphics/Typeface;", "GetGetTypefaceHandler", ApiSince=28)>]
member this.Typeface : Android.Graphics.Typeface

Property Value

the typeface set

Attributes

Remarks

Returns the typeface set in the span.

Java documentation for android.text.style.TypefaceSpan.getTypeface().

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