Share via


SystemFonts.AvailableFonts Property

Definition

Returns all available font files in the system.

public static System.Collections.Generic.ICollection<Android.Graphics.Fonts.Font> AvailableFonts { [Android.Runtime.Register("getAvailableFonts", "()Ljava/util/Set;", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getAvailableFonts", "()Ljava/util/Set;", "", ApiSince=29)>]
static member AvailableFonts : System.Collections.Generic.ICollection<Android.Graphics.Fonts.Font>

Property Value

a set of system fonts

Attributes

Remarks

Returns all available font files in the system.

Java documentation for android.graphics.fonts.SystemFonts.getAvailableFonts().

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