Fonts

class Fonts(source)

Helper class to cache and resolve font families.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun addFontFamily(fontFamily: String, typeface: Typeface)

Adds a type face for a given font family.

Link copied to clipboard

Gets the type face for a given font family.

Link copied to clipboard
fun isSystemFont(fontFamily: String): Boolean