vncoreui / com.venuenext.vncoreui.ui / TextDrawable / IConfigBuilder

IConfigBuilder

interface IConfigBuilder

Functions

bold

abstract fun bold(): IConfigBuilder

endConfig

abstract fun endConfig(): IShapeBuilder

fontSize

abstract fun fontSize(size: Int): IConfigBuilder

height

abstract fun height(height: Int): IConfigBuilder

textColor

abstract fun textColor(color: Int): IConfigBuilder

toUpperCase

abstract fun toUpperCase(): IConfigBuilder

useFont

abstract fun useFont(font: Typeface): IConfigBuilder

width

abstract fun width(width: Int): IConfigBuilder

withBorder

abstract fun withBorder(thickness: Int): IConfigBuilder