Font.LocaleList Property

Definition

Get a locale list of this font.

public Android.OS.LocaleList LocaleList { [Android.Runtime.Register("getLocaleList", "()Landroid/os/LocaleList;", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getLocaleList", "()Landroid/os/LocaleList;", "", ApiSince=29)>]
member this.LocaleList : Android.OS.LocaleList

Property Value

a locale list

Attributes

Remarks

Get a locale list of this font.

This is always empty if this font is not a system font.

Java documentation for android.graphics.fonts.Font.getLocaleList().

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