SubtitleTextSize

sealed interface SubtitleTextSize

Subtitle text size

It will override the caption font scale defined by the user in the CaptionManager.

Inheritors

Types

Link copied to clipboard
data class Fixed(@Dimension val unit: Int, val size: Float) : SubtitleTextSize

Specify a fixed size caption text.

Link copied to clipboard
data class Fractional(val fractionOfHeight: Float, val ignorePadding: Boolean = false) : SubtitleTextSize

Sets the text size to be a fraction of the view's remaining height after its top and bottom padding have been subtracted or not.