SaveCaptionStyle

data class SaveCaptionStyle(var foregroundColor: Int, var backgroundColor: Int, var windowColor: Int, var edgeType: @CaptionStyleCompat.EdgeType Int, var edgeColor: Int, @FontRes var typeface: Int?, var typefaceFilePath: String?, var elevation: Int, var fixedTextSize: Float?, var removeCaptions: Boolean = false, var removeBloat: Boolean = true, var upperCase: Boolean = false)

Constructors

Link copied to clipboard
constructor(foregroundColor: Int, backgroundColor: Int, windowColor: Int, edgeType: @CaptionStyleCompat.EdgeType Int, edgeColor: Int, @FontRes typeface: Int?, typefaceFilePath: String?, elevation: Int, fixedTextSize: Float?, removeCaptions: Boolean = false, removeBloat: Boolean = true, upperCase: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

in dp

Link copied to clipboard

in sp

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Apply caps lock to the text

Link copied to clipboard