Package-level declarations

Types

Link copied to clipboard
data class TextStyle(    @AnyRes val fontResource: Int = UNSET_FONT_RESOURCE,     val fontAssetsPath: String? = null,     val style: Int = Typeface.NORMAL,     @Px val size: Int = UNSET_SIZE,     @ColorInt val color: Int = UNSET_COLOR,     val hint: String = UNSET_HINT,     @ColorInt val hintColor: Int = UNSET_HINT_COLOR,     val defaultFont: Typeface = Typeface.DEFAULT) : Serializable
Link copied to clipboard
interface VideoFonts
Link copied to clipboard