Package-level declarations

Types

Link copied to clipboard
class CustomFont(resId: Int, weight: FontWeight, isItalic: Boolean = false)

A utility class for view based apps to provide custom fonts. Meant to be used to construct an instance of CustomFontFamily which can be set globally via the CatchOptions parameter in Catch.initialize or via the Catch.setCustomFontFamily method.

Link copied to clipboard

A utility class used to allow for a custom font family to be provided in a way that is both Compose and view based app friendly.