mod: 字幕样式放大

This commit is contained in:
orz12
2024-02-29 21:14:29 +08:00
parent 282f33a81c
commit 8f554431ea

View File

@@ -206,9 +206,9 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
final Color colorTheme = Theme.of(context).colorScheme.primary; final Color colorTheme = Theme.of(context).colorScheme.primary;
const TextStyle subTitleStyle = TextStyle( const TextStyle subTitleStyle = TextStyle(
height: 1.5, height: 1.5,
fontSize: 40.0, fontSize: 65.0,
letterSpacing: 0.0, letterSpacing: 0.1,
wordSpacing: 0.0, wordSpacing: 0.1,
color: Color(0xffffffff), color: Color(0xffffffff),
fontWeight: FontWeight.normal, fontWeight: FontWeight.normal,
backgroundColor: Color(0xaa000000), backgroundColor: Color(0xaa000000),