setText

open fun setText(text: String, textSize: Float, textColor: Int)
open fun setText(text: String, textSize: Float, textColor: Int, backgroundColor: Int)
open fun setText(text: String, textSize: Float, textColor: Int, typeface: Typeface)
open fun setText(text: String, textSize: Float, textColor: Int, backgroundColor: Int, typeface: Typeface)