SaveCaptionStyle

data class SaveCaptionStyle constructor(var foregroundColor: Int, var backgroundColor: Int, var windowColor: Int, var edgeType: Int, var edgeColor: Int, @FontRes var typeface: Int?, var typefaceFilePath: String?, var elevation: Int, var fixedTextSize: Float?, @Px var edgeSize: Float? = null, var removeCaptions: Boolean = false, var removeBloat: Boolean = true, var upperCase: Boolean = false)(source)

Constructors

Link copied to clipboard
constructor(foregroundColor: Int, backgroundColor: Int, windowColor: Int, edgeType: Int, edgeColor: Int, @FontRes typeface: Int?, typefaceFilePath: String?, elevation: Int, fixedTextSize: Float?, @Px edgeSize: Float? = null, 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
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