mount

open fun mount(text: CharSequence, layout: Layout, userColor: Int, clickableSpans: Array<ClickableSpan>)
open fun mount(text: CharSequence, layout: Layout, userColor: Int, highlightColor: Int)
open fun mount(text: CharSequence, layout: Layout, layoutTranslationY: Float, colorStateList: ColorStateList, userColor: Int, highlightColor: Int, clickableSpans: Array<ClickableSpan>)
open fun mount(text: CharSequence, layout: Layout, layoutTranslationX: Float, layoutTranslationY: Float, clipToBounds: Boolean, colorStateList: ColorStateList, userColor: Int, highlightColor: Int, outlineWidth: Float, outlineColor: Int, @Nullable clickableSpans: Array<ClickableSpan>, @Nullable imageSpans: Array<ImageSpan>, @Nullable spanListener: ClickableSpanListener, @Nullable touchableSpanListener: TouchableSpanListener, @Nullable textOffsetOnTouchListener: TextDrawable.TextOffsetOnTouchListener, highlightStartOffset: Int, highlightEndOffset: Int, clickableSpanExpandedOffset: Float, contextLogTag: String)