DsTypography

interface DsTypography

Core design system typography interface containing the standard Material 3 text style tokens.

See also

Typography

Properties

Link copied to clipboard
abstract val bodyLarge: FontSpec
Link copied to clipboard
Link copied to clipboard
abstract val bodyMedium: FontSpec
Link copied to clipboard
Link copied to clipboard
abstract val bodySmall: FontSpec
Link copied to clipboard
Link copied to clipboard
abstract val displayLarge: FontSpec
Link copied to clipboard
Link copied to clipboard
abstract val displayMedium: FontSpec
Link copied to clipboard
Link copied to clipboard
abstract val displaySmall: FontSpec
Link copied to clipboard
Link copied to clipboard
abstract val headlineLarge: FontSpec
Link copied to clipboard
Link copied to clipboard
abstract val headlineMedium: FontSpec
Link copied to clipboard
Link copied to clipboard
abstract val headlineSmall: FontSpec
Link copied to clipboard
Link copied to clipboard
abstract val labelLarge: FontSpec
Link copied to clipboard
Link copied to clipboard
abstract val labelMedium: FontSpec
Link copied to clipboard
Link copied to clipboard
abstract val labelSmall: FontSpec
Link copied to clipboard
Link copied to clipboard
abstract val titleLarge: FontSpec
Link copied to clipboard
Link copied to clipboard
abstract val titleMedium: FontSpec
Link copied to clipboard
Link copied to clipboard
abstract val titleSmall: FontSpec
Link copied to clipboard

Functions

Link copied to clipboard
fun DsTypography.toTypography(): Typography

Maps this DsTypography definition to a Jetpack Compose Material 3 androidx.compose.material3.Typography instance.