ChatFontStyle

data class ChatFontStyle(var fontPath: Typeface? = null, var fontSize: Int? = null) : Serializable

Стиль шрифта

Parameters

fontPath

typeFace, представляющий шрифт

fontSize

ссылка на dimen ресурс, представляющая размер шрифта в sp

Constructors

Link copied to clipboard
constructor(fontPath: Typeface? = null, fontSize: Int? = null)

Properties

Link copied to clipboard
var fontPath: Typeface?
Link copied to clipboard