TextAppearanceFontCallback

FontCallback font fetch, in case a different font is set / requested in the meantime.

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun onFontRetrievalFailed(reason: Int)
Called when an asynchronous font failed to load.
Link copied to clipboard
abstract fun onFontRetrieved(typeface: Typeface, fontResolvedSynchronously: Boolean)
Called when an asynchronous font was finished loading.