Source set: Android
public class Typography internal constructor(
public val arcLarge: CurvedTextStyle,
public val arcMedium: CurvedTextStyle,
public val arcSmall: CurvedTextStyle,
public val displayLarge: TextStyle,
public val displayMedium: TextStyle,
public val displaySmall: TextStyle,
public val titleLarge: TextStyle,
public val titleMedium: TextStyle,
public val titleSmall: TextStyle,
public val labelLarge: TextStyle,
public val labelMedium: TextStyle,
public val labelSmall: TextStyle,
public val bodyLarge: TextStyle,
public val bodyMedium: TextStyle,
public val bodySmall: TextStyle,
public val bodyExtraSmall: TextStyle,
public val numeralExtraLarge: TextStyle,
public val numeralLarge: TextStyle,
public val numeralMedium: TextStyle,
public val numeralSmall: TextStyle,
public val numeralExtraSmall: TextStyle,
)
Functions
copy
Source set: Android
public fun copy(
arcLarge: CurvedTextStyle = this.arcLarge,
arcMedium: CurvedTextStyle = this.arcMedium,
arcSmall: CurvedTextStyle = this.arcSmall,
displayLarge: TextStyle = this.displayLarge,
displayMedium: TextStyle = this.displayMedium,
displaySmall: TextStyle = this.displaySmall,
titleLarge: TextStyle = this.titleLarge,
titleMedium: TextStyle = this.titleMedium,
titleSmall: TextStyle = this.titleSmall,
labelLarge: TextStyle = this.labelLarge,
labelMedium: TextStyle = this.labelMedium,
labelSmall: TextStyle = this.labelSmall,
bodyLarge: TextStyle = this.bodyLarge,
bodyMedium: TextStyle = this.bodyMedium,
bodySmall: TextStyle = this.bodySmall,
bodyExtraSmall: TextStyle = this.bodyExtraSmall,
numeralExtraLarge: TextStyle = this.numeralExtraLarge,
numeralLarge: TextStyle = this.numeralLarge,
numeralMedium: TextStyle = this.numeralMedium,
numeralSmall: TextStyle = this.numeralSmall,
numeralExtraSmall: TextStyle = this.numeralExtraSmall,
): Typography
Returns a copy of this Typography, optionally overriding some of the values.
equals
Source set: Android
override fun equals(other: Any?): Boolean
hashCode
Source set: Android
override fun hashCode(): Int
toString
Source set: Android
override fun toString(): String