ChatTypography

constructor(big: ChatFontStyle = ChatFontStyle(fontSize = R.dimen.ecc_text_big), medium: ChatFontStyle = ChatFontStyle(fontSize = R.dimen.ecc_text_medium), mediumUpper: ChatFontStyle = ChatFontStyle(fontSize = R.dimen.ecc_text_medium_upper), regular: ChatFontStyle = ChatFontStyle(fontSize = R.dimen.ecc_text_regular), small: ChatFontStyle = ChatFontStyle(fontSize = R.dimen.ecc_text_small), error: ChatFontStyle = ChatFontStyle(fontSize = R.dimen.ecc_error_text_size))

Parameters

big

набор настроек для большого шрифта

medium

набор настроек для среднего шрифта

mediumUpper

набор настроек для шрифта выше среднего

regular

основной шрифт в sdk

small

малый шрифт в sdk

error

шрифт для сообщений с ошибками