StreamTypography
data class StreamTypography(val titleL: TextStyle, val titleM: TextStyle, val titleS: TextStyle, val titleXs: TextStyle, val subtitleL: TextStyle, val subtitleM: TextStyle, val subtitleS: TextStyle, val bodyL: TextStyle, val bodyM: TextStyle, val bodyS: TextStyle, val labelL: TextStyle, val labelM: TextStyle, val labelS: TextStyle, val labelXS: TextStyle)
Contains all the typography we provide for our components.
Parameters
title1
Used for big titles, like the image attachment overlay text.
title3
Used for empty content text.
title3Bold
Used for titles of app bars and bottom bars.
body
Used for body content, such as messages.
bodyItalic
Used for body content, italicized, like deleted message components.
bodyBold
Used for emphasized body content, like small titles.
footnote
Used for footnote information, like timestamps.
footnoteItalic
Used for footnote information that's less important, like the deleted message text.
footnoteBold
Used for footnote information in certain important items, like the thread reply text, or user info components.
captionBold
Used for unread count indicator.