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?, @Px var edgeSize: Float? = null, var removeCaptions: Boolean = false, var removeBloat: Boolean = true, var upperCase: Boolean = false, var bold: Boolean = false, var italic: Boolean = false, var backgroundRadius: Float? = null, var alignment: Int? = null)(source)
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?, @Px edgeSize: Float? = null, removeCaptions: Boolean = false, removeBloat: Boolean = true, upperCase: Boolean = false, bold: Boolean = false, italic: Boolean = false, backgroundRadius: Float? = null, alignment: Int? = null)
Properties
Link copied to clipboard
Link copied to clipboard
in px, background radius, aka how round the background (backgroundColor) on each row is
Link copied to clipboard
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