TextAppearanceSpan.Typeface 属性

定义

返回此范围指定的字样,或者 null 如果未指定字样。

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

属性值

属性

注解

返回此范围指定的字样,或者 null 如果未指定字样。

适用于 . 的 android.text.style.TextAppearanceSpan.getTypeface()Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于