CaptionStyle

class CaptionStyle(val foregroundColor: Int, val backgroundColor: Int, val windowColor: Int = Color.TRANSPARENT, val edgeType: EdgeType = EdgeType.NONE, val edgeColor: Int = Color.WHITE, val typeface: Typeface? = null)

Constructors

Link copied to clipboard
constructor(foregroundColor: Int, backgroundColor: Int, windowColor: Int = Color.TRANSPARENT, edgeType: EdgeType = EdgeType.NONE, edgeColor: Int = Color.WHITE, typeface: Typeface? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val typeface: Typeface? = null
Link copied to clipboard