getAvailableFonts

open fun getAvailableFonts(@NonNull context: Context): Set<Font>

Gets a set of the available fonts to pick from when typing a signature. By default, a predefined set of four fonts (Caveat, Pacifico, Marck Script, Meddon) is returned.

Return

a set of the available fonts to pick from when typing a signature.

Parameters

context

Context to use.