Typography

Constructors

Link copied to clipboard
constructor(context: Context, title1: Typography.Style? = null, title2: Typography.Style? = null, title3: Typography.Style? = null, title4: Typography.Style? = null, title5: Typography.Style? = null, title6: Typography.Style? = null, title7: Typography.Style? = null, title8: Typography.Style? = null, body1: Typography.Style? = null, body2: Typography.Style? = null, body3: Typography.Style? = null, body4: Typography.Style? = null, body5: Typography.Style? = null, body6: Typography.Style? = null, button1: Typography.Style? = null, button2: Typography.Style? = null)

Types

Link copied to clipboard
class Style(val typeface: Typeface, val size: Float, val lineHeight: Float)

Functions

Link copied to clipboard
fun copy(title1: Typography.Style? = null, title2: Typography.Style? = null, title3: Typography.Style? = null, title4: Typography.Style? = null, title5: Typography.Style? = null, title6: Typography.Style? = null, title7: Typography.Style? = null, title8: Typography.Style? = null, body1: Typography.Style? = null, body2: Typography.Style? = null, body3: Typography.Style? = null, body4: Typography.Style? = null, body5: Typography.Style? = null, body6: Typography.Style? = null, button1: Typography.Style? = null, button2: Typography.Style? = null): Typography
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int