From 766b85cff114663c86d977e5c5ca26eed5a95431 Mon Sep 17 00:00:00 2001 From: orz12 Date: Wed, 13 Mar 2024 18:35:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AD=97=E5=B9=95=E5=A4=A7=E5=B0=8F?= =?UTF-8?q?=E5=9B=BA=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/plugin/pl_player/view.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/plugin/pl_player/view.dart b/lib/plugin/pl_player/view.dart index a700c3e1..300dc49d 100644 --- a/lib/plugin/pl_player/view.dart +++ b/lib/plugin/pl_player/view.dart @@ -206,7 +206,7 @@ class _PLVideoPlayerState extends State final Color colorTheme = Theme.of(context).colorScheme.primary; const TextStyle subTitleStyle = TextStyle( height: 1.5, - fontSize: 65.0, + fontSize: 20.0, letterSpacing: 0.1, wordSpacing: 0.1, color: Color(0xffffffff), @@ -231,6 +231,7 @@ class _PLVideoPlayerState extends State subtitleViewConfiguration: const SubtitleViewConfiguration( style: subTitleStyle, padding: EdgeInsets.all(24.0), + textScaleFactor: 1.0, ), fit: _.videoFit.value, ),