The Wayback Machine - https://web.archive.org/web/20190407193555/https://developer.android.com/reference/android/graphics/fonts/SystemFonts
Save the date! Android Dev Summit is coming to Sunnyvale, CA on Oct 23-24, 2019.

SystemFonts

public final class SystemFonts
extends Object

java.lang.Object
   ↳ android.graphics.fonts.SystemFonts


Provides the system font configurations.

Summary

Public methods

static Set<Font> getAvailableFonts()

Returns all available font files in the system.

Inherited methods

Public methods

getAvailableFonts

public static Set<Font> getAvailableFonts ()

Returns all available font files in the system.

Returns
Set<Font> a set of system fonts This value will never be null.